Shades of Olive #80920D
Tints of Olive #80920D
RGB
CMYK
RGB Variations
Color information
#80920D (or 0x80920D) is known color: Olive. HEX triplet: 80, 92 and 0D. RGB value is (128,146,13). Sum of RGB (Red+Green+Blue) = 128+146+13=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #80920D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80920D is #7F6DF2. Grayscale: #7D7D7D. Windows color (decimal): -8351219 or 889472. OLE color: 889472.
HSL color Cylindrical-coordinate representation of color #80920D: hue angle of 68.12º 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 #80920D is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 146 | 13 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.43 |
| HSL | 68.12º | 0.84% | 0.31% | - |
| HSV(B) | 68.12º | 0.91% | 0.57% | - |
| XYZ | 19.25 | 25.18 | 4.23 | - |
| YUV | 125.46 | 64.54 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 13 | 0.12 | 0 | 0.91 | 0.43 | 68.12 | 0.84 | 0.31 |
| Hex | 80 | 92 | D | C | 0 | 5B | 2B | 44 | 54 | 1F |
| Octal | 200 | 222 | 15 | 14 | 0 | 133 | 53 | 104 | 124 | 37 |
| Binary | 10000000 | 10010010 | 1101 | 1100 | 0 | 1011011 | 101011 | 1000100 | 1010100 | 11111 |
Color Harmonies of #80920D
Complementary color
Monochromatic Colors of #80920D
Black with #80920D
Text Example
Text Example
White with #80920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80920D; }
p { color: rgb(128,146,13); }
H1.HeaderClassName
{
color: #80920D;
}
.AnyTagClassName
{
color: #80920D;
}
</style>
background-color css
<style>
a { background-color: #80920D; }
a { background-color: rgb(128,146,13); }
div.DivClassName
{
background-color: #80920D;
}
.BgClassName
{
background-color: #80920D;
}
</style>
border-color css
<style>
span { border-color: #80920D; }
span { border-color: rgb(128,146,13); }
td.TdClassName
{
border-color: #80920D;
}
.TagClassName
{
border-color: #80920D;
}
</style>