Shades of Olive #81820D
Tints of Olive #81820D
RGB
CMYK
RGB Variations
Color information
#81820D (or 0x81820D) is known color: Olive. HEX triplet: 81, 82 and 0D. RGB value is (129,130,13). Sum of RGB (Red+Green+Blue) = 129+130+13=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #81820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81820D is #7E7DF2. Grayscale: #747474. Windows color (decimal): -8289779 or 885377. OLE color: 885377.
HSL color Cylindrical-coordinate representation of color #81820D: hue angle of 60.51º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81820D is Cyan = 0.01, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 13 | - |
| CMYK | 0.01 | 0 | 0.9 | 0.49 |
| HSL | 60.51º | 0.82% | 0.28% | - |
| HSV(B) | 60.51º | 0.9% | 0.51% | - |
| XYZ | 17.11 | 20.66 | 3.47 | - |
| YUV | 116.36 | 69.67 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 13 | 0.01 | 0 | 0.9 | 0.49 | 60.51 | 0.82 | 0.28 |
| Hex | 81 | 82 | D | 1 | 0 | 5A | 31 | 3D | 52 | 1C |
| Octal | 201 | 202 | 15 | 1 | 0 | 132 | 61 | 75 | 122 | 34 |
| Binary | 10000001 | 10000010 | 1101 | 1 | 0 | 1011010 | 110001 | 111101 | 1010010 | 11100 |
Color Harmonies of #81820D
Complementary color
Monochromatic Colors of #81820D
Black with #81820D
Text Example
Text Example
White with #81820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81820D; }
p { color: rgb(129,130,13); }
H1.HeaderClassName
{
color: #81820D;
}
.AnyTagClassName
{
color: #81820D;
}
</style>
background-color css
<style>
a { background-color: #81820D; }
a { background-color: rgb(129,130,13); }
div.DivClassName
{
background-color: #81820D;
}
.BgClassName
{
background-color: #81820D;
}
</style>
border-color css
<style>
span { border-color: #81820D; }
span { border-color: rgb(129,130,13); }
td.TdClassName
{
border-color: #81820D;
}
.TagClassName
{
border-color: #81820D;
}
</style>