Shades of Olive #92880A
Tints of Olive #92880A
RGB
CMYK
RGB Variations
Color information
#92880A (or 0x92880A) is known color: Olive. HEX triplet: 92, 88 and 0A. RGB value is (146,136,10). Sum of RGB (Red+Green+Blue) = 146+136+10=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #92880A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92880A is #6D77F5. Grayscale: #7D7D7D. Windows color (decimal): -7174134 or 690322. OLE color: 690322.
HSL color Cylindrical-coordinate representation of color #92880A: hue angle of 55.59º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #92880A is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 10 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.43 |
| HSL | 55.59º | 0.87% | 0.31% | - |
| HSV(B) | 55.59º | 0.93% | 0.57% | - |
| XYZ | 20.71 | 23.74 | 3.78 | - |
| YUV | 124.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 10 | 0 | 0.07 | 0.93 | 0.43 | 55.59 | 0.87 | 0.31 |
| Hex | 92 | 88 | A | 0 | 7 | 5D | 2B | 38 | 57 | 1F |
| Octal | 222 | 210 | 12 | 0 | 7 | 135 | 53 | 70 | 127 | 37 |
| Binary | 10010010 | 10001000 | 1010 | 0 | 111 | 1011101 | 101011 | 111000 | 1010111 | 11111 |
Color Harmonies of #92880A
Complementary color
Monochromatic Colors of #92880A
Black with #92880A
Text Example
Text Example
White with #92880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92880A; }
p { color: rgb(146,136,10); }
H1.HeaderClassName
{
color: #92880A;
}
.AnyTagClassName
{
color: #92880A;
}
</style>
background-color css
<style>
a { background-color: #92880A; }
a { background-color: rgb(146,136,10); }
div.DivClassName
{
background-color: #92880A;
}
.BgClassName
{
background-color: #92880A;
}
</style>
border-color css
<style>
span { border-color: #92880A; }
span { border-color: rgb(146,136,10); }
td.TdClassName
{
border-color: #92880A;
}
.TagClassName
{
border-color: #92880A;
}
</style>