Shades of Olive #81820C
Tints of Olive #81820C
RGB
CMYK
RGB Variations
Color information
#81820C (or 0x81820C) is known color: Olive. HEX triplet: 81, 82 and 0C. RGB value is (129,130,12). Sum of RGB (Red+Green+Blue) = 129+130+12=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #81820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81820C is #7E7DF3. Grayscale: #747474. Windows color (decimal): -8289780 or 819841. OLE color: 819841.
HSL color Cylindrical-coordinate representation of color #81820C: hue angle of 60.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 #81820C is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 12 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.49 |
| HSL | 60.51º | 0.83% | 0.28% | - |
| HSV(B) | 60.51º | 0.91% | 0.51% | - |
| XYZ | 17.1 | 20.66 | 3.43 | - |
| YUV | 116.25 | 69.17 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 12 | 0.01 | 0 | 0.91 | 0.49 | 60.51 | 0.83 | 0.28 |
| Hex | 81 | 82 | C | 1 | 0 | 5B | 31 | 3D | 53 | 1C |
| Octal | 201 | 202 | 14 | 1 | 0 | 133 | 61 | 75 | 123 | 34 |
| Binary | 10000001 | 10000010 | 1100 | 1 | 0 | 1011011 | 110001 | 111101 | 1010011 | 11100 |
Color Harmonies of #81820C
Complementary color
Monochromatic Colors of #81820C
Black with #81820C
Text Example
Text Example
White with #81820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81820C; }
p { color: rgb(129,130,12); }
H1.HeaderClassName
{
color: #81820C;
}
.AnyTagClassName
{
color: #81820C;
}
</style>
background-color css
<style>
a { background-color: #81820C; }
a { background-color: rgb(129,130,12); }
div.DivClassName
{
background-color: #81820C;
}
.BgClassName
{
background-color: #81820C;
}
</style>
border-color css
<style>
span { border-color: #81820C; }
span { border-color: rgb(129,130,12); }
td.TdClassName
{
border-color: #81820C;
}
.TagClassName
{
border-color: #81820C;
}
</style>