Shades of Olive #858009
Tints of Olive #858009
RGB
CMYK
RGB Variations
Color information
#858009 (or 0x858009) is known color: Olive. HEX triplet: 85, 80 and 09. RGB value is (133,128,9). Sum of RGB (Red+Green+Blue) = 133+128+9=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #858009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858009 is #7A7FF6. Grayscale: #747474. Windows color (decimal): -8028151 or 622725. OLE color: 622725.
HSL color Cylindrical-coordinate representation of color #858009: hue angle of 57.58º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #858009 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 9 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.48 |
| HSL | 57.58º | 0.87% | 0.28% | - |
| HSV(B) | 57.58º | 0.93% | 0.52% | - |
| XYZ | 17.44 | 20.44 | 3.29 | - |
| YUV | 115.93 | 67.66 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 9 | 0 | 0.04 | 0.93 | 0.48 | 57.58 | 0.87 | 0.28 |
| Hex | 85 | 80 | 9 | 0 | 4 | 5D | 30 | 3A | 57 | 1C |
| Octal | 205 | 200 | 11 | 0 | 4 | 135 | 60 | 72 | 127 | 34 |
| Binary | 10000101 | 10000000 | 1001 | 0 | 100 | 1011101 | 110000 | 111010 | 1010111 | 11100 |
Color Harmonies of #858009
Complementary color
Monochromatic Colors of #858009
Black with #858009
Text Example
Text Example
White with #858009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858009; }
p { color: rgb(133,128,9); }
H1.HeaderClassName
{
color: #858009;
}
.AnyTagClassName
{
color: #858009;
}
</style>
background-color css
<style>
a { background-color: #858009; }
a { background-color: rgb(133,128,9); }
div.DivClassName
{
background-color: #858009;
}
.BgClassName
{
background-color: #858009;
}
</style>
border-color css
<style>
span { border-color: #858009; }
span { border-color: rgb(133,128,9); }
td.TdClassName
{
border-color: #858009;
}
.TagClassName
{
border-color: #858009;
}
</style>