Shades of Olive #8C750B
Tints of Olive #8C750B
RGB
CMYK
RGB Variations
Color information
#8C750B (or 0x8C750B) is known color: Olive. HEX triplet: 8C, 75 and 0B. RGB value is (140,117,11). Sum of RGB (Red+Green+Blue) = 140+117+11=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C750B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C750B is #738AF4. Grayscale: #707070. Windows color (decimal): -7572213 or 750988. OLE color: 750988.
HSL color Cylindrical-coordinate representation of color #8C750B: hue angle of 49.3º 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 #8C750B is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 11 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.45 |
| HSL | 49.3º | 0.85% | 0.3% | - |
| HSV(B) | 49.3º | 0.92% | 0.55% | - |
| XYZ | 17.24 | 18.32 | 2.94 | - |
| YUV | 111.79 | 71.12 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 11 | 0 | 0.16 | 0.92 | 0.45 | 49.3 | 0.85 | 0.3 |
| Hex | 8C | 75 | B | 0 | 10 | 5C | 2D | 31 | 55 | 1E |
| Octal | 214 | 165 | 13 | 0 | 20 | 134 | 55 | 61 | 125 | 36 |
| Binary | 10001100 | 1110101 | 1011 | 0 | 10000 | 1011100 | 101101 | 110001 | 1010101 | 11110 |
Color Harmonies of #8C750B
Complementary color
Monochromatic Colors of #8C750B
Black with #8C750B
Text Example
Text Example
White with #8C750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C750B; }
p { color: rgb(140,117,11); }
H1.HeaderClassName
{
color: #8C750B;
}
.AnyTagClassName
{
color: #8C750B;
}
</style>
background-color css
<style>
a { background-color: #8C750B; }
a { background-color: rgb(140,117,11); }
div.DivClassName
{
background-color: #8C750B;
}
.BgClassName
{
background-color: #8C750B;
}
</style>
border-color css
<style>
span { border-color: #8C750B; }
span { border-color: rgb(140,117,11); }
td.TdClassName
{
border-color: #8C750B;
}
.TagClassName
{
border-color: #8C750B;
}
</style>