Shades of Olive #92800D
Tints of Olive #92800D
RGB
CMYK
RGB Variations
Color information
#92800D (or 0x92800D) is known color: Olive. HEX triplet: 92, 80 and 0D. RGB value is (146,128,13). Sum of RGB (Red+Green+Blue) = 146+128+13=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #92800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92800D is #6D7FF2. Grayscale: #787878. Windows color (decimal): -7176179 or 884882. OLE color: 884882.
HSL color Cylindrical-coordinate representation of color #92800D: hue angle of 51.88º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92800D is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 128 | 13 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.43 |
| HSL | 51.88º | 0.84% | 0.31% | - |
| HSV(B) | 51.88º | 0.91% | 0.57% | - |
| XYZ | 19.65 | 21.58 | 3.51 | - |
| YUV | 120.27 | 67.46 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 128 | 13 | 0 | 0.12 | 0.91 | 0.43 | 51.88 | 0.84 | 0.31 |
| Hex | 92 | 80 | D | 0 | C | 5B | 2B | 34 | 54 | 1F |
| Octal | 222 | 200 | 15 | 0 | 14 | 133 | 53 | 64 | 124 | 37 |
| Binary | 10010010 | 10000000 | 1101 | 0 | 1100 | 1011011 | 101011 | 110100 | 1010100 | 11111 |
Color Harmonies of #92800D
Complementary color
Monochromatic Colors of #92800D
Black with #92800D
Text Example
Text Example
White with #92800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92800D; }
p { color: rgb(146,128,13); }
H1.HeaderClassName
{
color: #92800D;
}
.AnyTagClassName
{
color: #92800D;
}
</style>
background-color css
<style>
a { background-color: #92800D; }
a { background-color: rgb(146,128,13); }
div.DivClassName
{
background-color: #92800D;
}
.BgClassName
{
background-color: #92800D;
}
</style>
border-color css
<style>
span { border-color: #92800D; }
span { border-color: rgb(146,128,13); }
td.TdClassName
{
border-color: #92800D;
}
.TagClassName
{
border-color: #92800D;
}
</style>