Shades of Olive #85780C
Tints of Olive #85780C
RGB
CMYK
RGB Variations
Color information
#85780C (or 0x85780C) is known color: Olive. HEX triplet: 85, 78 and 0C. RGB value is (133,120,12). Sum of RGB (Red+Green+Blue) = 133+120+12=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85780C is #7A87F3. Grayscale: #707070. Windows color (decimal): -8030196 or 817285. OLE color: 817285.
HSL color Cylindrical-coordinate representation of color #85780C: hue angle of 53.55º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85780C is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 120 | 12 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.48 |
| HSL | 53.55º | 0.83% | 0.28% | - |
| HSV(B) | 53.55º | 0.91% | 0.52% | - |
| XYZ | 16.46 | 18.45 | 3.04 | - |
| YUV | 111.58 | 71.81 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 12 | 0 | 0.10 | 0.91 | 0.48 | 53.55 | 0.83 | 0.28 |
| Hex | 85 | 78 | C | 0 | A | 5B | 30 | 36 | 53 | 1C |
| Octal | 205 | 170 | 14 | 0 | 12 | 133 | 60 | 66 | 123 | 34 |
| Binary | 10000101 | 1111000 | 1100 | 0 | 1010 | 1011011 | 110000 | 110110 | 1010011 | 11100 |
Color Harmonies of #85780C
Complementary color
Monochromatic Colors of #85780C
Black with #85780C
Text Example
Text Example
White with #85780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85780C; }
p { color: rgb(133,120,12); }
H1.HeaderClassName
{
color: #85780C;
}
.AnyTagClassName
{
color: #85780C;
}
</style>
background-color css
<style>
a { background-color: #85780C; }
a { background-color: rgb(133,120,12); }
div.DivClassName
{
background-color: #85780C;
}
.BgClassName
{
background-color: #85780C;
}
</style>
border-color css
<style>
span { border-color: #85780C; }
span { border-color: rgb(133,120,12); }
td.TdClassName
{
border-color: #85780C;
}
.TagClassName
{
border-color: #85780C;
}
</style>