Shades of Juniper #659992
Tints of Juniper #659992
RGB
CMYK
RGB Variations
Color information
#659992 (or 0x659992) is known color: Juniper. HEX triplet: 65, 99 and 92. RGB value is (101,153,146). Sum of RGB (Red+Green+Blue) = 101+153+146=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #659992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659992 is #9A666D. Grayscale: #888888. Windows color (decimal): -10118766 or 9607525. OLE color: 9607525.
HSL color Cylindrical-coordinate representation of color #659992: hue angle of 171.92º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659992 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 146 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.4 |
| HSL | 171.92º | 0.2% | 0.5% | - |
| HSV(B) | 171.92º | 0.34% | 0.6% | - |
| XYZ | 21.95 | 27.62 | 31.37 | - |
| YUV | 136.65 | 133.27 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 146 | 0.34 | 0 | 0.05 | 0.4 | 171.92 | 0.2 | 0.5 |
| Hex | 65 | 99 | 92 | 22 | 0 | 5 | 28 | AC | 14 | 32 |
| Octal | 145 | 231 | 222 | 42 | 0 | 5 | 50 | 254 | 24 | 62 |
| Binary | 1100101 | 10011001 | 10010010 | 100010 | 0 | 101 | 101000 | 10101100 | 10100 | 110010 |
Color Harmonies of #659992
Complementary color
Monochromatic Colors of #659992
Black with #659992
Text Example
Text Example
White with #659992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659992; }
p { color: rgb(101,153,146); }
H1.HeaderClassName
{
color: #659992;
}
.AnyTagClassName
{
color: #659992;
}
</style>
background-color css
<style>
a { background-color: #659992; }
a { background-color: rgb(101,153,146); }
div.DivClassName
{
background-color: #659992;
}
.BgClassName
{
background-color: #659992;
}
</style>
border-color css
<style>
span { border-color: #659992; }
span { border-color: rgb(101,153,146); }
td.TdClassName
{
border-color: #659992;
}
.TagClassName
{
border-color: #659992;
}
</style>