Shades of Olive #81850C
Tints of Olive #81850C
RGB
CMYK
RGB Variations
Color information
#81850C (or 0x81850C) is known color: Olive. HEX triplet: 81, 85 and 0C. RGB value is (129,133,12). Sum of RGB (Red+Green+Blue) = 129+133+12=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #81850C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81850C is #7E7AF3. Grayscale: #767676. Windows color (decimal): -8289012 or 820609. OLE color: 820609.
HSL color Cylindrical-coordinate representation of color #81850C: hue angle of 61.98º 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 #81850C is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 133 | 12 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.48 |
| HSL | 61.98º | 0.83% | 0.28% | - |
| HSV(B) | 61.98º | 0.91% | 0.52% | - |
| XYZ | 17.51 | 21.47 | 3.57 | - |
| YUV | 118.01 | 68.17 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 12 | 0.03 | 0 | 0.91 | 0.48 | 61.98 | 0.83 | 0.28 |
| Hex | 81 | 85 | C | 3 | 0 | 5B | 30 | 3E | 53 | 1C |
| Octal | 201 | 205 | 14 | 3 | 0 | 133 | 60 | 76 | 123 | 34 |
| Binary | 10000001 | 10000101 | 1100 | 11 | 0 | 1011011 | 110000 | 111110 | 1010011 | 11100 |
Color Harmonies of #81850C
Complementary color
Monochromatic Colors of #81850C
Black with #81850C
Text Example
Text Example
White with #81850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81850C; }
p { color: rgb(129,133,12); }
H1.HeaderClassName
{
color: #81850C;
}
.AnyTagClassName
{
color: #81850C;
}
</style>
background-color css
<style>
a { background-color: #81850C; }
a { background-color: rgb(129,133,12); }
div.DivClassName
{
background-color: #81850C;
}
.BgClassName
{
background-color: #81850C;
}
</style>
border-color css
<style>
span { border-color: #81850C; }
span { border-color: rgb(129,133,12); }
td.TdClassName
{
border-color: #81850C;
}
.TagClassName
{
border-color: #81850C;
}
</style>