Shades of Olive #8B900C
Tints of Olive #8B900C
RGB
CMYK
RGB Variations
Color information
#8B900C (or 0x8B900C) is known color: Olive. HEX triplet: 8B, 90 and 0C. RGB value is (139,144,12). Sum of RGB (Red+Green+Blue) = 139+144+12=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #8B900C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B900C is #746FF3. Grayscale: #7F7F7F. Windows color (decimal): -7630836 or 823435. OLE color: 823435.
HSL color Cylindrical-coordinate representation of color #8B900C: hue angle of 62.27º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B900C is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 144 | 12 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.44 |
| HSL | 62.27º | 0.85% | 0.31% | - |
| HSV(B) | 62.27º | 0.92% | 0.56% | - |
| XYZ | 20.69 | 25.46 | 4.17 | - |
| YUV | 127.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 144 | 12 | 0.03 | 0 | 0.92 | 0.44 | 62.27 | 0.85 | 0.31 |
| Hex | 8B | 90 | C | 3 | 0 | 5C | 2C | 3E | 55 | 1F |
| Octal | 213 | 220 | 14 | 3 | 0 | 134 | 54 | 76 | 125 | 37 |
| Binary | 10001011 | 10010000 | 1100 | 11 | 0 | 1011100 | 101100 | 111110 | 1010101 | 11111 |
Color Harmonies of #8B900C
Complementary color
Monochromatic Colors of #8B900C
Black with #8B900C
Text Example
Text Example
White with #8B900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B900C; }
p { color: rgb(139,144,12); }
H1.HeaderClassName
{
color: #8B900C;
}
.AnyTagClassName
{
color: #8B900C;
}
</style>
background-color css
<style>
a { background-color: #8B900C; }
a { background-color: rgb(139,144,12); }
div.DivClassName
{
background-color: #8B900C;
}
.BgClassName
{
background-color: #8B900C;
}
</style>
border-color css
<style>
span { border-color: #8B900C; }
span { border-color: rgb(139,144,12); }
td.TdClassName
{
border-color: #8B900C;
}
.TagClassName
{
border-color: #8B900C;
}
</style>