Shades of Olive #8C830B
Tints of Olive #8C830B
RGB
CMYK
RGB Variations
Color information
#8C830B (or 0x8C830B) is known color: Olive. HEX triplet: 8C, 83 and 0B. RGB value is (140,131,11). Sum of RGB (Red+Green+Blue) = 140+131+11=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C830B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C830B is #737CF4. Grayscale: #787878. Windows color (decimal): -7568629 or 754572. OLE color: 754572.
HSL color Cylindrical-coordinate representation of color #8C830B: hue angle of 55.81º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C830B is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 131 | 11 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.45 |
| HSL | 55.81º | 0.85% | 0.3% | - |
| HSV(B) | 55.81º | 0.92% | 0.55% | - |
| XYZ | 18.99 | 21.83 | 3.53 | - |
| YUV | 120.01 | 66.48 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 11 | 0 | 0.06 | 0.92 | 0.45 | 55.81 | 0.85 | 0.3 |
| Hex | 8C | 83 | B | 0 | 6 | 5C | 2D | 38 | 55 | 1E |
| Octal | 214 | 203 | 13 | 0 | 6 | 134 | 55 | 70 | 125 | 36 |
| Binary | 10001100 | 10000011 | 1011 | 0 | 110 | 1011100 | 101101 | 111000 | 1010101 | 11110 |
Color Harmonies of #8C830B
Complementary color
Monochromatic Colors of #8C830B
Black with #8C830B
Text Example
Text Example
White with #8C830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C830B; }
p { color: rgb(140,131,11); }
H1.HeaderClassName
{
color: #8C830B;
}
.AnyTagClassName
{
color: #8C830B;
}
</style>
background-color css
<style>
a { background-color: #8C830B; }
a { background-color: rgb(140,131,11); }
div.DivClassName
{
background-color: #8C830B;
}
.BgClassName
{
background-color: #8C830B;
}
</style>
border-color css
<style>
span { border-color: #8C830B; }
span { border-color: rgb(140,131,11); }
td.TdClassName
{
border-color: #8C830B;
}
.TagClassName
{
border-color: #8C830B;
}
</style>