Shades of Juniper #809995
Tints of Juniper #809995
RGB
CMYK
RGB Variations
Color information
#809995 (or 0x809995) is known color: Juniper. HEX triplet: 80, 99 and 95. RGB value is (128,153,149). Sum of RGB (Red+Green+Blue) = 128+153+149=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 153 - color contains mainly: green. Hex color #809995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809995 is #7F666A. Grayscale: #919191. Windows color (decimal): -8349291 or 9804160. OLE color: 9804160.
HSL color Cylindrical-coordinate representation of color #809995: hue angle of 170.4º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #809995 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 153 | 149 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.4 |
| HSL | 170.4º | 0.11% | 0.55% | - |
| HSV(B) | 170.4º | 0.16% | 0.6% | - |
| XYZ | 25.72 | 29.54 | 32.78 | - |
| YUV | 145.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 149 | 0.16 | 0 | 0.03 | 0.4 | 170.4 | 0.11 | 0.55 |
| Hex | 80 | 99 | 95 | 10 | 0 | 3 | 28 | AA | B | 37 |
| Octal | 200 | 231 | 225 | 20 | 0 | 3 | 50 | 252 | 13 | 67 |
| Binary | 10000000 | 10011001 | 10010101 | 10000 | 0 | 11 | 101000 | 10101010 | 1011 | 110111 |
Color Harmonies of #809995
Complementary color
Monochromatic Colors of #809995
Black with #809995
Text Example
Text Example
White with #809995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809995; }
p { color: rgb(128,153,149); }
H1.HeaderClassName
{
color: #809995;
}
.AnyTagClassName
{
color: #809995;
}
</style>
background-color css
<style>
a { background-color: #809995; }
a { background-color: rgb(128,153,149); }
div.DivClassName
{
background-color: #809995;
}
.BgClassName
{
background-color: #809995;
}
</style>
border-color css
<style>
span { border-color: #809995; }
span { border-color: rgb(128,153,149); }
td.TdClassName
{
border-color: #809995;
}
.TagClassName
{
border-color: #809995;
}
</style>