Shades of Olive #80830C
Tints of Olive #80830C
RGB
CMYK
RGB Variations
Color information
#80830C (or 0x80830C) is known color: Olive. HEX triplet: 80, 83 and 0C. RGB value is (128,131,12). Sum of RGB (Red+Green+Blue) = 128+131+12=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #80830C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80830C is #7F7CF3. Grayscale: #757575. Windows color (decimal): -8355060 or 820096. OLE color: 820096.
HSL color Cylindrical-coordinate representation of color #80830C: hue angle of 61.51º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80830C is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 131 | 12 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.49 |
| HSL | 61.51º | 0.83% | 0.28% | - |
| HSV(B) | 61.51º | 0.91% | 0.51% | - |
| XYZ | 17.08 | 20.85 | 3.47 | - |
| YUV | 116.54 | 69.01 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 12 | 0.02 | 0 | 0.91 | 0.49 | 61.51 | 0.83 | 0.28 |
| Hex | 80 | 83 | C | 2 | 0 | 5B | 31 | 3E | 53 | 1C |
| Octal | 200 | 203 | 14 | 2 | 0 | 133 | 61 | 76 | 123 | 34 |
| Binary | 10000000 | 10000011 | 1100 | 10 | 0 | 1011011 | 110001 | 111110 | 1010011 | 11100 |
Color Harmonies of #80830C
Complementary color
Monochromatic Colors of #80830C
Black with #80830C
Text Example
Text Example
White with #80830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80830C; }
p { color: rgb(128,131,12); }
H1.HeaderClassName
{
color: #80830C;
}
.AnyTagClassName
{
color: #80830C;
}
</style>
background-color css
<style>
a { background-color: #80830C; }
a { background-color: rgb(128,131,12); }
div.DivClassName
{
background-color: #80830C;
}
.BgClassName
{
background-color: #80830C;
}
</style>
border-color css
<style>
span { border-color: #80830C; }
span { border-color: rgb(128,131,12); }
td.TdClassName
{
border-color: #80830C;
}
.TagClassName
{
border-color: #80830C;
}
</style>