Shades of Olive #85800D
Tints of Olive #85800D
RGB
CMYK
RGB Variations
Color information
#85800D (or 0x85800D) is known color: Olive. HEX triplet: 85, 80 and 0D. RGB value is (133,128,13). Sum of RGB (Red+Green+Blue) = 133+128+13=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85800D is #7A7FF2. Grayscale: #747474. Windows color (decimal): -8028147 or 884869. OLE color: 884869.
HSL color Cylindrical-coordinate representation of color #85800D: hue angle of 57.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85800D is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 13 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.48 |
| HSL | 57.5º | 0.82% | 0.29% | - |
| HSV(B) | 57.5º | 0.9% | 0.52% | - |
| XYZ | 17.46 | 20.45 | 3.41 | - |
| YUV | 116.39 | 69.66 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 13 | 0 | 0.04 | 0.90 | 0.48 | 57.5 | 0.82 | 0.29 |
| Hex | 85 | 80 | D | 0 | 4 | 5A | 30 | 3A | 52 | 1D |
| Octal | 205 | 200 | 15 | 0 | 4 | 132 | 60 | 72 | 122 | 35 |
| Binary | 10000101 | 10000000 | 1101 | 0 | 100 | 1011010 | 110000 | 111010 | 1010010 | 11101 |
Color Harmonies of #85800D
Complementary color
Monochromatic Colors of #85800D
Black with #85800D
Text Example
Text Example
White with #85800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85800D; }
p { color: rgb(133,128,13); }
H1.HeaderClassName
{
color: #85800D;
}
.AnyTagClassName
{
color: #85800D;
}
</style>
background-color css
<style>
a { background-color: #85800D; }
a { background-color: rgb(133,128,13); }
div.DivClassName
{
background-color: #85800D;
}
.BgClassName
{
background-color: #85800D;
}
</style>
border-color css
<style>
span { border-color: #85800D; }
span { border-color: rgb(133,128,13); }
td.TdClassName
{
border-color: #85800D;
}
.TagClassName
{
border-color: #85800D;
}
</style>