Shades of Olive #8C810D
Tints of Olive #8C810D
RGB
CMYK
RGB Variations
Color information
#8C810D (or 0x8C810D) is known color: Olive. HEX triplet: 8C, 81 and 0D. RGB value is (140,129,13). Sum of RGB (Red+Green+Blue) = 140+129+13=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C810D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C810D is #737EF2. Grayscale: #777777. Windows color (decimal): -7569139 or 885132. OLE color: 885132.
HSL color Cylindrical-coordinate representation of color #8C810D: hue angle of 54.8º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C810D is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 13 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.45 |
| HSL | 54.8º | 0.83% | 0.3% | - |
| HSV(B) | 54.8º | 0.91% | 0.55% | - |
| XYZ | 18.74 | 21.31 | 3.51 | - |
| YUV | 119.07 | 68.14 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 13 | 0 | 0.08 | 0.91 | 0.45 | 54.8 | 0.83 | 0.3 |
| Hex | 8C | 81 | D | 0 | 8 | 5B | 2D | 37 | 53 | 1E |
| Octal | 214 | 201 | 15 | 0 | 10 | 133 | 55 | 67 | 123 | 36 |
| Binary | 10001100 | 10000001 | 1101 | 0 | 1000 | 1011011 | 101101 | 110111 | 1010011 | 11110 |
Color Harmonies of #8C810D
Complementary color
Monochromatic Colors of #8C810D
Black with #8C810D
Text Example
Text Example
White with #8C810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C810D; }
p { color: rgb(140,129,13); }
H1.HeaderClassName
{
color: #8C810D;
}
.AnyTagClassName
{
color: #8C810D;
}
</style>
background-color css
<style>
a { background-color: #8C810D; }
a { background-color: rgb(140,129,13); }
div.DivClassName
{
background-color: #8C810D;
}
.BgClassName
{
background-color: #8C810D;
}
</style>
border-color css
<style>
span { border-color: #8C810D; }
span { border-color: rgb(140,129,13); }
td.TdClassName
{
border-color: #8C810D;
}
.TagClassName
{
border-color: #8C810D;
}
</style>