Shades of Olive #8C8601
Tints of Olive #8C8601
RGB
CMYK
RGB Variations
Color information
#8C8601 (or 0x8C8601) is known color: Olive. HEX triplet: 8C, 86 and 01. RGB value is (140,134,1). Sum of RGB (Red+Green+Blue) = 140+134+1=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8601 is #7379FE. Grayscale: #797979. Windows color (decimal): -7567871 or 99980. OLE color: 99980.
HSL color Cylindrical-coordinate representation of color #8C8601: hue angle of 57.41º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C8601 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 134 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.45 |
| HSL | 57.41º | 0.99% | 0.28% | - |
| HSV(B) | 57.41º | 0.99% | 0.55% | - |
| XYZ | 19.35 | 22.63 | 3.38 | - |
| YUV | 120.63 | 60.49 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 1 | 0 | 0.04 | 0.99 | 0.45 | 57.41 | 0.99 | 0.28 |
| Hex | 8C | 86 | 1 | 0 | 4 | 63 | 2D | 39 | 63 | 1C |
| Octal | 214 | 206 | 1 | 0 | 4 | 143 | 55 | 71 | 143 | 34 |
| Binary | 10001100 | 10000110 | 1 | 0 | 100 | 1100011 | 101101 | 111001 | 1100011 | 11100 |
Color Harmonies of #8C8601
Complementary color
Monochromatic Colors of #8C8601
Black with #8C8601
Text Example
Text Example
White with #8C8601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8601; }
p { color: rgb(140,134,1); }
H1.HeaderClassName
{
color: #8C8601;
}
.AnyTagClassName
{
color: #8C8601;
}
</style>
background-color css
<style>
a { background-color: #8C8601; }
a { background-color: rgb(140,134,1); }
div.DivClassName
{
background-color: #8C8601;
}
.BgClassName
{
background-color: #8C8601;
}
</style>
border-color css
<style>
span { border-color: #8C8601; }
span { border-color: rgb(140,134,1); }
td.TdClassName
{
border-color: #8C8601;
}
.TagClassName
{
border-color: #8C8601;
}
</style>