Shades of Olive #81830C
Tints of Olive #81830C
RGB
CMYK
RGB Variations
Color information
#81830C (or 0x81830C) is known color: Olive. HEX triplet: 81, 83 and 0C. RGB value is (129,131,12). Sum of RGB (Red+Green+Blue) = 129+131+12=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #81830C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81830C is #7E7CF3. Grayscale: #757575. Windows color (decimal): -8289524 or 820097. OLE color: 820097.
HSL color Cylindrical-coordinate representation of color #81830C: hue angle of 61.01º 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 #81830C is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 131 | 12 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.49 |
| HSL | 61.01º | 0.83% | 0.28% | - |
| HSV(B) | 61.01º | 0.91% | 0.51% | - |
| XYZ | 17.24 | 20.93 | 3.48 | - |
| YUV | 116.84 | 68.84 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 12 | 0.02 | 0 | 0.91 | 0.49 | 61.01 | 0.83 | 0.28 |
| Hex | 81 | 83 | C | 2 | 0 | 5B | 31 | 3D | 53 | 1C |
| Octal | 201 | 203 | 14 | 2 | 0 | 133 | 61 | 75 | 123 | 34 |
| Binary | 10000001 | 10000011 | 1100 | 10 | 0 | 1011011 | 110001 | 111101 | 1010011 | 11100 |
Color Harmonies of #81830C
Complementary color
Monochromatic Colors of #81830C
Black with #81830C
Text Example
Text Example
White with #81830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81830C; }
p { color: rgb(129,131,12); }
H1.HeaderClassName
{
color: #81830C;
}
.AnyTagClassName
{
color: #81830C;
}
</style>
background-color css
<style>
a { background-color: #81830C; }
a { background-color: rgb(129,131,12); }
div.DivClassName
{
background-color: #81830C;
}
.BgClassName
{
background-color: #81830C;
}
</style>
border-color css
<style>
span { border-color: #81830C; }
span { border-color: rgb(129,131,12); }
td.TdClassName
{
border-color: #81830C;
}
.TagClassName
{
border-color: #81830C;
}
</style>