Shades of Olive #94880C
Tints of Olive #94880C
RGB
CMYK
RGB Variations
Color information
#94880C (or 0x94880C) is known color: Olive. HEX triplet: 94, 88 and 0C. RGB value is (148,136,12). Sum of RGB (Red+Green+Blue) = 148+136+12=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #94880C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94880C is #6B77F3. Grayscale: #7D7D7D. Windows color (decimal): -7043060 or 821396. OLE color: 821396.
HSL color Cylindrical-coordinate representation of color #94880C: hue angle of 54.71º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94880C is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 12 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.42 |
| HSL | 54.71º | 0.85% | 0.31% | - |
| HSV(B) | 54.71º | 0.92% | 0.58% | - |
| XYZ | 21.08 | 23.93 | 3.86 | - |
| YUV | 125.45 | 63.98 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 12 | 0 | 0.08 | 0.92 | 0.42 | 54.71 | 0.85 | 0.31 |
| Hex | 94 | 88 | C | 0 | 8 | 5C | 2A | 37 | 55 | 1F |
| Octal | 224 | 210 | 14 | 0 | 10 | 134 | 52 | 67 | 125 | 37 |
| Binary | 10010100 | 10001000 | 1100 | 0 | 1000 | 1011100 | 101010 | 110111 | 1010101 | 11111 |
Color Harmonies of #94880C
Complementary color
Monochromatic Colors of #94880C
Black with #94880C
Text Example
Text Example
White with #94880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94880C; }
p { color: rgb(148,136,12); }
H1.HeaderClassName
{
color: #94880C;
}
.AnyTagClassName
{
color: #94880C;
}
</style>
background-color css
<style>
a { background-color: #94880C; }
a { background-color: rgb(148,136,12); }
div.DivClassName
{
background-color: #94880C;
}
.BgClassName
{
background-color: #94880C;
}
</style>
border-color css
<style>
span { border-color: #94880C; }
span { border-color: rgb(148,136,12); }
td.TdClassName
{
border-color: #94880C;
}
.TagClassName
{
border-color: #94880C;
}
</style>