Shades of Juniper #669592
Tints of Juniper #669592
RGB
CMYK
RGB Variations
Color information
#669592 (or 0x669592) is known color: Juniper. HEX triplet: 66, 95 and 92. RGB value is (102,149,146). Sum of RGB (Red+Green+Blue) = 102+149+146=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #669592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669592 is #996A6D. Grayscale: #868686. Windows color (decimal): -10054254 or 9606502. OLE color: 9606502.
HSL color Cylindrical-coordinate representation of color #669592: hue angle of 176.17º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669592 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 146 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.42 |
| HSL | 176.17º | 0.19% | 0.49% | - |
| HSV(B) | 176.17º | 0.32% | 0.58% | - |
| XYZ | 21.42 | 26.4 | 31.16 | - |
| YUV | 134.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 146 | 0.32 | 0 | 0.02 | 0.42 | 176.17 | 0.19 | 0.49 |
| Hex | 66 | 95 | 92 | 20 | 0 | 2 | 2A | B0 | 13 | 31 |
| Octal | 146 | 225 | 222 | 40 | 0 | 2 | 52 | 260 | 23 | 61 |
| Binary | 1100110 | 10010101 | 10010010 | 100000 | 0 | 10 | 101010 | 10110000 | 10011 | 110001 |
Color Harmonies of #669592
Complementary color
Monochromatic Colors of #669592
Black with #669592
Text Example
Text Example
White with #669592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669592; }
p { color: rgb(102,149,146); }
H1.HeaderClassName
{
color: #669592;
}
.AnyTagClassName
{
color: #669592;
}
</style>
background-color css
<style>
a { background-color: #669592; }
a { background-color: rgb(102,149,146); }
div.DivClassName
{
background-color: #669592;
}
.BgClassName
{
background-color: #669592;
}
</style>
border-color css
<style>
span { border-color: #669592; }
span { border-color: rgb(102,149,146); }
td.TdClassName
{
border-color: #669592;
}
.TagClassName
{
border-color: #669592;
}
</style>