Shades of Juniper #669292
Tints of Juniper #669292
RGB
CMYK
RGB Variations
Color information
#669292 (or 0x669292) is known color: Juniper. HEX triplet: 66, 92 and 92. RGB value is (102,146,146). Sum of RGB (Red+Green+Blue) = 102+146+146=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #669292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669292 is #996D6D. Grayscale: #848484. Windows color (decimal): -10055022 or 9605734. OLE color: 9605734.
HSL color Cylindrical-coordinate representation of color #669292: hue angle of 180º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669292 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 146 | - |
| CMYK | 0.30 | 0 | 0 | 0.43 |
| HSL | 180º | 0.18% | 0.49% | - |
| HSV(B) | 180º | 0.3% | 0.57% | - |
| XYZ | 20.95 | 25.46 | 31 | - |
| YUV | 132.84 | 135.42 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 146 | 0.30 | 0 | 0 | 0.43 | 180 | 0.18 | 0.49 |
| Hex | 66 | 92 | 92 | 1E | 0 | 0 | 2B | B4 | 12 | 31 |
| Octal | 146 | 222 | 222 | 36 | 0 | 0 | 53 | 264 | 22 | 61 |
| Binary | 1100110 | 10010010 | 10010010 | 11110 | 0 | 0 | 101011 | 10110100 | 10010 | 110001 |
Color Harmonies of #669292
Complementary color
Monochromatic Colors of #669292
Black with #669292
Text Example
Text Example
White with #669292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669292; }
p { color: rgb(102,146,146); }
H1.HeaderClassName
{
color: #669292;
}
.AnyTagClassName
{
color: #669292;
}
</style>
background-color css
<style>
a { background-color: #669292; }
a { background-color: rgb(102,146,146); }
div.DivClassName
{
background-color: #669292;
}
.BgClassName
{
background-color: #669292;
}
</style>
border-color css
<style>
span { border-color: #669292; }
span { border-color: rgb(102,146,146); }
td.TdClassName
{
border-color: #669292;
}
.TagClassName
{
border-color: #669292;
}
</style>