Shades of Olive #8C800B
Tints of Olive #8C800B
RGB
CMYK
RGB Variations
Color information
#8C800B (or 0x8C800B) is known color: Olive. HEX triplet: 8C, 80 and 0B. RGB value is (140,128,11). Sum of RGB (Red+Green+Blue) = 140+128+11=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C800B is #737FF4. Grayscale: #767676. Windows color (decimal): -7569397 or 753804. OLE color: 753804.
HSL color Cylindrical-coordinate representation of color #8C800B: hue angle of 54.42º 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 #8C800B is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 128 | 11 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.45 |
| HSL | 54.42º | 0.85% | 0.3% | - |
| HSV(B) | 54.42º | 0.92% | 0.55% | - |
| XYZ | 18.59 | 21.04 | 3.4 | - |
| YUV | 118.25 | 67.48 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 11 | 0 | 0.09 | 0.92 | 0.45 | 54.42 | 0.85 | 0.3 |
| Hex | 8C | 80 | B | 0 | 9 | 5C | 2D | 36 | 55 | 1E |
| Octal | 214 | 200 | 13 | 0 | 11 | 134 | 55 | 66 | 125 | 36 |
| Binary | 10001100 | 10000000 | 1011 | 0 | 1001 | 1011100 | 101101 | 110110 | 1010101 | 11110 |
Color Harmonies of #8C800B
Complementary color
Monochromatic Colors of #8C800B
Black with #8C800B
Text Example
Text Example
White with #8C800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C800B; }
p { color: rgb(140,128,11); }
H1.HeaderClassName
{
color: #8C800B;
}
.AnyTagClassName
{
color: #8C800B;
}
</style>
background-color css
<style>
a { background-color: #8C800B; }
a { background-color: rgb(140,128,11); }
div.DivClassName
{
background-color: #8C800B;
}
.BgClassName
{
background-color: #8C800B;
}
</style>
border-color css
<style>
span { border-color: #8C800B; }
span { border-color: rgb(140,128,11); }
td.TdClassName
{
border-color: #8C800B;
}
.TagClassName
{
border-color: #8C800B;
}
</style>