Shades of Juniper #669892
Tints of Juniper #669892
RGB
CMYK
RGB Variations
Color information
#669892 (or 0x669892) is known color: Juniper. HEX triplet: 66, 98 and 92. RGB value is (102,152,146). Sum of RGB (Red+Green+Blue) = 102+152+146=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #669892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669892 is #99676D. Grayscale: #888888. Windows color (decimal): -10053486 or 9607270. OLE color: 9607270.
HSL color Cylindrical-coordinate representation of color #669892: hue angle of 172.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669892 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 146 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.40 |
| HSL | 172.8º | 0.2% | 0.5% | - |
| HSV(B) | 172.8º | 0.33% | 0.6% | - |
| XYZ | 21.9 | 27.36 | 31.32 | - |
| YUV | 136.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 146 | 0.33 | 0 | 0.04 | 0.40 | 172.8 | 0.2 | 0.5 |
| Hex | 66 | 98 | 92 | 21 | 0 | 4 | 28 | AD | 14 | 32 |
| Octal | 146 | 230 | 222 | 41 | 0 | 4 | 50 | 255 | 24 | 62 |
| Binary | 1100110 | 10011000 | 10010010 | 100001 | 0 | 100 | 101000 | 10101101 | 10100 | 110010 |
Color Harmonies of #669892
Complementary color
Monochromatic Colors of #669892
Black with #669892
Text Example
Text Example
White with #669892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669892; }
p { color: rgb(102,152,146); }
H1.HeaderClassName
{
color: #669892;
}
.AnyTagClassName
{
color: #669892;
}
</style>
background-color css
<style>
a { background-color: #669892; }
a { background-color: rgb(102,152,146); }
div.DivClassName
{
background-color: #669892;
}
.BgClassName
{
background-color: #669892;
}
</style>
border-color css
<style>
span { border-color: #669892; }
span { border-color: rgb(102,152,146); }
td.TdClassName
{
border-color: #669892;
}
.TagClassName
{
border-color: #669892;
}
</style>