Shades of Juniper #809592
Tints of Juniper #809592
RGB
CMYK
RGB Variations
Color information
#809592 (or 0x809592) is known color: Juniper. HEX triplet: 80, 95 and 92. RGB value is (128,149,146). Sum of RGB (Red+Green+Blue) = 128+149+146=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 149 - color contains mainly: green. Hex color #809592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809592 is #7F6A6D. Grayscale: #8E8E8E. Windows color (decimal): -8350318 or 9606528. OLE color: 9606528.
HSL color Cylindrical-coordinate representation of color #809592: hue angle of 171.43º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #809592 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 149 | 146 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.42 |
| HSL | 171.43º | 0.09% | 0.54% | - |
| HSV(B) | 171.43º | 0.14% | 0.58% | - |
| XYZ | 24.84 | 28.16 | 31.32 | - |
| YUV | 142.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 146 | 0.14 | 0 | 0.02 | 0.42 | 171.43 | 0.09 | 0.54 |
| Hex | 80 | 95 | 92 | E | 0 | 2 | 2A | AB | 9 | 36 |
| Octal | 200 | 225 | 222 | 16 | 0 | 2 | 52 | 253 | 11 | 66 |
| Binary | 10000000 | 10010101 | 10010010 | 1110 | 0 | 10 | 101010 | 10101011 | 1001 | 110110 |
Color Harmonies of #809592
Complementary color
Monochromatic Colors of #809592
Black with #809592
Text Example
Text Example
White with #809592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809592; }
p { color: rgb(128,149,146); }
H1.HeaderClassName
{
color: #809592;
}
.AnyTagClassName
{
color: #809592;
}
</style>
background-color css
<style>
a { background-color: #809592; }
a { background-color: rgb(128,149,146); }
div.DivClassName
{
background-color: #809592;
}
.BgClassName
{
background-color: #809592;
}
</style>
border-color css
<style>
span { border-color: #809592; }
span { border-color: rgb(128,149,146); }
td.TdClassName
{
border-color: #809592;
}
.TagClassName
{
border-color: #809592;
}
</style>