Shades of Olive #8B9500
Tints of Olive #8B9500
RGB
CMYK
RGB Variations
Color information
#8B9500 (or 0x8B9500) is known color: Olive. HEX triplet: 8B, 95 and 00. RGB value is (139,149,0). Sum of RGB (Red+Green+Blue) = 139+149+0=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9500 is #746AFF. Grayscale: #818181. Windows color (decimal): -7629568 or 38283. OLE color: 38283.
HSL color Cylindrical-coordinate representation of color #8B9500: hue angle of 64.03º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B9500 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.42 |
| HSL | 64.03º | 1% | 0.29% | - |
| HSV(B) | 64.03º | 1% | 0.58% | - |
| XYZ | 21.39 | 26.98 | 4.08 | - |
| YUV | 129.02 | 55.19 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 0 | 0.07 | 0 | 1 | 0.42 | 64.03 | 1 | 0.29 |
| Hex | 8B | 95 | 0 | 7 | 0 | 64 | 2A | 40 | 64 | 1D |
| Octal | 213 | 225 | 0 | 7 | 0 | 144 | 52 | 100 | 144 | 35 |
| Binary | 10001011 | 10010101 | 0 | 111 | 0 | 1100100 | 101010 | 1000000 | 1100100 | 11101 |
Color Harmonies of #8B9500
Complementary color
Monochromatic Colors of #8B9500
Black with #8B9500
Text Example
Text Example
White with #8B9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9500; }
p { color: rgb(139,149,0); }
H1.HeaderClassName
{
color: #8B9500;
}
.AnyTagClassName
{
color: #8B9500;
}
</style>
background-color css
<style>
a { background-color: #8B9500; }
a { background-color: rgb(139,149,0); }
div.DivClassName
{
background-color: #8B9500;
}
.BgClassName
{
background-color: #8B9500;
}
</style>
border-color css
<style>
span { border-color: #8B9500; }
span { border-color: rgb(139,149,0); }
td.TdClassName
{
border-color: #8B9500;
}
.TagClassName
{
border-color: #8B9500;
}
</style>