Shades of Olive #858A07
Tints of Olive #858A07
RGB
CMYK
RGB Variations
Color information
#858A07 (or 0x858A07) is known color: Olive. HEX triplet: 85, 8A and 07. RGB value is (133,138,7). Sum of RGB (Red+Green+Blue) = 133+138+7=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 138 (54.30% from 255 or 49.64% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 138 - color contains mainly: green. Hex color #858A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858A07 is #7A75F8. Grayscale: #7A7A7A. Windows color (decimal): -8025593 or 494213. OLE color: 494213.
HSL color Cylindrical-coordinate representation of color #858A07: hue angle of 62.29º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #858A07 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 138 | 7 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.46 |
| HSL | 62.29º | 0.9% | 0.28% | - |
| HSV(B) | 62.29º | 0.95% | 0.54% | - |
| XYZ | 18.8 | 23.18 | 3.68 | - |
| YUV | 121.57 | 63.34 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 7 | 0.04 | 0 | 0.95 | 0.46 | 62.29 | 0.9 | 0.28 |
| Hex | 85 | 8A | 7 | 4 | 0 | 5F | 2E | 3E | 5A | 1C |
| Octal | 205 | 212 | 7 | 4 | 0 | 137 | 56 | 76 | 132 | 34 |
| Binary | 10000101 | 10001010 | 111 | 100 | 0 | 1011111 | 101110 | 111110 | 1011010 | 11100 |
Color Harmonies of #858A07
Complementary color
Monochromatic Colors of #858A07
Black with #858A07
Text Example
Text Example
White with #858A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858A07; }
p { color: rgb(133,138,7); }
H1.HeaderClassName
{
color: #858A07;
}
.AnyTagClassName
{
color: #858A07;
}
</style>
background-color css
<style>
a { background-color: #858A07; }
a { background-color: rgb(133,138,7); }
div.DivClassName
{
background-color: #858A07;
}
.BgClassName
{
background-color: #858A07;
}
</style>
border-color css
<style>
span { border-color: #858A07; }
span { border-color: rgb(133,138,7); }
td.TdClassName
{
border-color: #858A07;
}
.TagClassName
{
border-color: #858A07;
}
</style>