Shades of Olive #81830F
Tints of Olive #81830F
RGB
CMYK
RGB Variations
Color information
#81830F (or 0x81830F) is known color: Olive. HEX triplet: 81, 83 and 0F. RGB value is (129,131,15). Sum of RGB (Red+Green+Blue) = 129+131+15=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #81830F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81830F is #7E7CF0. Grayscale: #757575. Windows color (decimal): -8289521 or 1016705. OLE color: 1016705.
HSL color Cylindrical-coordinate representation of color #81830F: hue angle of 61.03º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81830F is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 131 | 15 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.49 |
| HSL | 61.03º | 0.79% | 0.29% | - |
| HSV(B) | 61.03º | 0.89% | 0.51% | - |
| XYZ | 17.26 | 20.93 | 3.58 | - |
| YUV | 117.18 | 70.34 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 15 | 0.02 | 0 | 0.89 | 0.49 | 61.03 | 0.79 | 0.29 |
| Hex | 81 | 83 | F | 2 | 0 | 59 | 31 | 3D | 4F | 1D |
| Octal | 201 | 203 | 17 | 2 | 0 | 131 | 61 | 75 | 117 | 35 |
| Binary | 10000001 | 10000011 | 1111 | 10 | 0 | 1011001 | 110001 | 111101 | 1001111 | 11101 |
Color Harmonies of #81830F
Complementary color
Monochromatic Colors of #81830F
Black with #81830F
Text Example
Text Example
White with #81830F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81830F; }
p { color: rgb(129,131,15); }
H1.HeaderClassName
{
color: #81830F;
}
.AnyTagClassName
{
color: #81830F;
}
</style>
background-color css
<style>
a { background-color: #81830F; }
a { background-color: rgb(129,131,15); }
div.DivClassName
{
background-color: #81830F;
}
.BgClassName
{
background-color: #81830F;
}
</style>
border-color css
<style>
span { border-color: #81830F; }
span { border-color: rgb(129,131,15); }
td.TdClassName
{
border-color: #81830F;
}
.TagClassName
{
border-color: #81830F;
}
</style>