Shades of Juniper #679190
Tints of Juniper #679190
RGB
CMYK
RGB Variations
Color information
#679190 (or 0x679190) is known color: Juniper. HEX triplet: 67, 91 and 90. RGB value is (103,145,144). Sum of RGB (Red+Green+Blue) = 103+145+144=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 145 - color contains mainly: green. Hex color #679190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679190 is #986E6F. Grayscale: #848484. Windows color (decimal): -9989744 or 9474407. OLE color: 9474407.
HSL color Cylindrical-coordinate representation of color #679190: hue angle of 178.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #679190 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 144 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.43 |
| HSL | 178.57º | 0.17% | 0.49% | - |
| HSV(B) | 178.57º | 0.29% | 0.57% | - |
| XYZ | 20.75 | 25.15 | 30.15 | - |
| YUV | 132.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 144 | 0.29 | 0 | 0.01 | 0.43 | 178.57 | 0.17 | 0.49 |
| Hex | 67 | 91 | 90 | 1D | 0 | 1 | 2B | B3 | 11 | 31 |
| Octal | 147 | 221 | 220 | 35 | 0 | 1 | 53 | 263 | 21 | 61 |
| Binary | 1100111 | 10010001 | 10010000 | 11101 | 0 | 1 | 101011 | 10110011 | 10001 | 110001 |
Color Harmonies of #679190
Complementary color
Monochromatic Colors of #679190
Black with #679190
Text Example
Text Example
White with #679190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679190; }
p { color: rgb(103,145,144); }
H1.HeaderClassName
{
color: #679190;
}
.AnyTagClassName
{
color: #679190;
}
</style>
background-color css
<style>
a { background-color: #679190; }
a { background-color: rgb(103,145,144); }
div.DivClassName
{
background-color: #679190;
}
.BgClassName
{
background-color: #679190;
}
</style>
border-color css
<style>
span { border-color: #679190; }
span { border-color: rgb(103,145,144); }
td.TdClassName
{
border-color: #679190;
}
.TagClassName
{
border-color: #679190;
}
</style>