Shades of Olive #8B7B08
Tints of Olive #8B7B08
RGB
CMYK
RGB Variations
Color information
#8B7B08 (or 0x8B7B08) is known color: Olive. HEX triplet: 8B, 7B and 08. RGB value is (139,123,8). Sum of RGB (Red+Green+Blue) = 139+123+8=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7B08 is #7484F7. Grayscale: #737373. Windows color (decimal): -7636216 or 555915. OLE color: 555915.
HSL color Cylindrical-coordinate representation of color #8B7B08: hue angle of 52.67º 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 #8B7B08 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 8 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.45 |
| HSL | 52.67º | 0.89% | 0.29% | - |
| HSV(B) | 52.67º | 0.94% | 0.55% | - |
| XYZ | 17.77 | 19.67 | 3.09 | - |
| YUV | 114.67 | 67.8 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 8 | 0 | 0.12 | 0.94 | 0.45 | 52.67 | 0.89 | 0.29 |
| Hex | 8B | 7B | 8 | 0 | C | 5E | 2D | 35 | 59 | 1D |
| Octal | 213 | 173 | 10 | 0 | 14 | 136 | 55 | 65 | 131 | 35 |
| Binary | 10001011 | 1111011 | 1000 | 0 | 1100 | 1011110 | 101101 | 110101 | 1011001 | 11101 |
Color Harmonies of #8B7B08
Complementary color
Monochromatic Colors of #8B7B08
Black with #8B7B08
Text Example
Text Example
White with #8B7B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B08; }
p { color: rgb(139,123,8); }
H1.HeaderClassName
{
color: #8B7B08;
}
.AnyTagClassName
{
color: #8B7B08;
}
</style>
background-color css
<style>
a { background-color: #8B7B08; }
a { background-color: rgb(139,123,8); }
div.DivClassName
{
background-color: #8B7B08;
}
.BgClassName
{
background-color: #8B7B08;
}
</style>
border-color css
<style>
span { border-color: #8B7B08; }
span { border-color: rgb(139,123,8); }
td.TdClassName
{
border-color: #8B7B08;
}
.TagClassName
{
border-color: #8B7B08;
}
</style>