Shades of Juniper #709092
Tints of Juniper #709092
RGB
CMYK
RGB Variations
Color information
#709092 (or 0x709092) is known color: Juniper. HEX triplet: 70, 90 and 92. RGB value is (112,144,146). Sum of RGB (Red+Green+Blue) = 112+144+146=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 146 - color contains mainly: blue. Hex color #709092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709092 is #8F6F6D. Grayscale: #868686. Windows color (decimal): -9400174 or 9605232. OLE color: 9605232.
HSL color Cylindrical-coordinate representation of color #709092: hue angle of 183.53º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #709092 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 144 | 146 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.43 |
| HSL | 183.53º | 0.13% | 0.51% | - |
| HSV(B) | 183.53º | 0.23% | 0.57% | - |
| XYZ | 21.84 | 25.47 | 30.96 | - |
| YUV | 134.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 146 | 0.23 | 0.01 | 0 | 0.43 | 183.53 | 0.13 | 0.51 |
| Hex | 70 | 90 | 92 | 17 | 1 | 0 | 2B | B8 | D | 33 |
| Octal | 160 | 220 | 222 | 27 | 1 | 0 | 53 | 270 | 15 | 63 |
| Binary | 1110000 | 10010000 | 10010010 | 10111 | 1 | 0 | 101011 | 10111000 | 1101 | 110011 |
Color Harmonies of #709092
Complementary color
Monochromatic Colors of #709092
Black with #709092
Text Example
Text Example
White with #709092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709092; }
p { color: rgb(112,144,146); }
H1.HeaderClassName
{
color: #709092;
}
.AnyTagClassName
{
color: #709092;
}
</style>
background-color css
<style>
a { background-color: #709092; }
a { background-color: rgb(112,144,146); }
div.DivClassName
{
background-color: #709092;
}
.BgClassName
{
background-color: #709092;
}
</style>
border-color css
<style>
span { border-color: #709092; }
span { border-color: rgb(112,144,146); }
td.TdClassName
{
border-color: #709092;
}
.TagClassName
{
border-color: #709092;
}
</style>