Shades of Olive #94870B
Tints of Olive #94870B
RGB
CMYK
RGB Variations
Color information
#94870B (or 0x94870B) is known color: Olive. HEX triplet: 94, 87 and 0B. RGB value is (148,135,11). Sum of RGB (Red+Green+Blue) = 148+135+11=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #94870B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94870B is #6B78F4. Grayscale: #7D7D7D. Windows color (decimal): -7043317 or 755604. OLE color: 755604.
HSL color Cylindrical-coordinate representation of color #94870B: hue angle of 54.31º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94870B is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 135 | 11 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.42 |
| HSL | 54.31º | 0.86% | 0.31% | - |
| HSV(B) | 54.31º | 0.93% | 0.58% | - |
| XYZ | 20.94 | 23.65 | 3.78 | - |
| YUV | 124.75 | 63.81 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 135 | 11 | 0 | 0.09 | 0.93 | 0.42 | 54.31 | 0.86 | 0.31 |
| Hex | 94 | 87 | B | 0 | 9 | 5D | 2A | 36 | 56 | 1F |
| Octal | 224 | 207 | 13 | 0 | 11 | 135 | 52 | 66 | 126 | 37 |
| Binary | 10010100 | 10000111 | 1011 | 0 | 1001 | 1011101 | 101010 | 110110 | 1010110 | 11111 |
Color Harmonies of #94870B
Complementary color
Monochromatic Colors of #94870B
Black with #94870B
Text Example
Text Example
White with #94870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94870B; }
p { color: rgb(148,135,11); }
H1.HeaderClassName
{
color: #94870B;
}
.AnyTagClassName
{
color: #94870B;
}
</style>
background-color css
<style>
a { background-color: #94870B; }
a { background-color: rgb(148,135,11); }
div.DivClassName
{
background-color: #94870B;
}
.BgClassName
{
background-color: #94870B;
}
</style>
border-color css
<style>
span { border-color: #94870B; }
span { border-color: rgb(148,135,11); }
td.TdClassName
{
border-color: #94870B;
}
.TagClassName
{
border-color: #94870B;
}
</style>