Shades of Olive #8B7D08
Tints of Olive #8B7D08
RGB
CMYK
RGB Variations
Color information
#8B7D08 (or 0x8B7D08) is known color: Olive. HEX triplet: 8B, 7D and 08. RGB value is (139,125,8). Sum of RGB (Red+Green+Blue) = 139+125+8=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7D08 is #7482F7. Grayscale: #747474. Windows color (decimal): -7635704 or 556427. OLE color: 556427.
HSL color Cylindrical-coordinate representation of color #8B7D08: hue angle of 53.59º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B7D08 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 125 | 8 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.45 |
| HSL | 53.59º | 0.89% | 0.29% | - |
| HSV(B) | 53.59º | 0.94% | 0.55% | - |
| XYZ | 18.02 | 20.17 | 3.17 | - |
| YUV | 115.85 | 67.14 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 8 | 0 | 0.10 | 0.94 | 0.45 | 53.59 | 0.89 | 0.29 |
| Hex | 8B | 7D | 8 | 0 | A | 5E | 2D | 36 | 59 | 1D |
| Octal | 213 | 175 | 10 | 0 | 12 | 136 | 55 | 66 | 131 | 35 |
| Binary | 10001011 | 1111101 | 1000 | 0 | 1010 | 1011110 | 101101 | 110110 | 1011001 | 11101 |
Color Harmonies of #8B7D08
Complementary color
Monochromatic Colors of #8B7D08
Black with #8B7D08
Text Example
Text Example
White with #8B7D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7D08; }
p { color: rgb(139,125,8); }
H1.HeaderClassName
{
color: #8B7D08;
}
.AnyTagClassName
{
color: #8B7D08;
}
</style>
background-color css
<style>
a { background-color: #8B7D08; }
a { background-color: rgb(139,125,8); }
div.DivClassName
{
background-color: #8B7D08;
}
.BgClassName
{
background-color: #8B7D08;
}
</style>
border-color css
<style>
span { border-color: #8B7D08; }
span { border-color: rgb(139,125,8); }
td.TdClassName
{
border-color: #8B7D08;
}
.TagClassName
{
border-color: #8B7D08;
}
</style>