Shades of Olive #94880B
Tints of Olive #94880B
RGB
CMYK
RGB Variations
Color information
#94880B (or 0x94880B) is known color: Olive. HEX triplet: 94, 88 and 0B. RGB value is (148,136,11). Sum of RGB (Red+Green+Blue) = 148+136+11=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94880B is #6B77F4. Grayscale: #7D7D7D. Windows color (decimal): -7043061 or 755860. OLE color: 755860.
HSL color Cylindrical-coordinate representation of color #94880B: hue angle of 54.74º 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 #94880B is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 11 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.42 |
| HSL | 54.74º | 0.86% | 0.31% | - |
| HSV(B) | 54.74º | 0.93% | 0.58% | - |
| XYZ | 21.08 | 23.93 | 3.82 | - |
| YUV | 125.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 11 | 0 | 0.08 | 0.93 | 0.42 | 54.74 | 0.86 | 0.31 |
| Hex | 94 | 88 | B | 0 | 8 | 5D | 2A | 37 | 56 | 1F |
| Octal | 224 | 210 | 13 | 0 | 10 | 135 | 52 | 67 | 126 | 37 |
| Binary | 10010100 | 10001000 | 1011 | 0 | 1000 | 1011101 | 101010 | 110111 | 1010110 | 11111 |
Color Harmonies of #94880B
Complementary color
Monochromatic Colors of #94880B
Black with #94880B
Text Example
Text Example
White with #94880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94880B; }
p { color: rgb(148,136,11); }
H1.HeaderClassName
{
color: #94880B;
}
.AnyTagClassName
{
color: #94880B;
}
</style>
background-color css
<style>
a { background-color: #94880B; }
a { background-color: rgb(148,136,11); }
div.DivClassName
{
background-color: #94880B;
}
.BgClassName
{
background-color: #94880B;
}
</style>
border-color css
<style>
span { border-color: #94880B; }
span { border-color: rgb(148,136,11); }
td.TdClassName
{
border-color: #94880B;
}
.TagClassName
{
border-color: #94880B;
}
</style>