Shades of Olive #83810F
Tints of Olive #83810F
RGB
CMYK
RGB Variations
Color information
#83810F (or 0x83810F) is known color: Olive. HEX triplet: 83, 81 and 0F. RGB value is (131,129,15). Sum of RGB (Red+Green+Blue) = 131+129+15=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #83810F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83810F is #7C7EF0. Grayscale: #757575. Windows color (decimal): -8158961 or 1016195. OLE color: 1016195.
HSL color Cylindrical-coordinate representation of color #83810F: hue angle of 58.97º 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 #83810F is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 129 | 15 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.49 |
| HSL | 58.97º | 0.79% | 0.29% | - |
| HSV(B) | 58.97º | 0.89% | 0.51% | - |
| XYZ | 17.3 | 20.56 | 3.51 | - |
| YUV | 116.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 15 | 0 | 0.02 | 0.89 | 0.49 | 58.97 | 0.79 | 0.29 |
| Hex | 83 | 81 | F | 0 | 2 | 59 | 31 | 3B | 4F | 1D |
| Octal | 203 | 201 | 17 | 0 | 2 | 131 | 61 | 73 | 117 | 35 |
| Binary | 10000011 | 10000001 | 1111 | 0 | 10 | 1011001 | 110001 | 111011 | 1001111 | 11101 |
Color Harmonies of #83810F
Complementary color
Monochromatic Colors of #83810F
Black with #83810F
Text Example
Text Example
White with #83810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83810F; }
p { color: rgb(131,129,15); }
H1.HeaderClassName
{
color: #83810F;
}
.AnyTagClassName
{
color: #83810F;
}
</style>
background-color css
<style>
a { background-color: #83810F; }
a { background-color: rgb(131,129,15); }
div.DivClassName
{
background-color: #83810F;
}
.BgClassName
{
background-color: #83810F;
}
</style>
border-color css
<style>
span { border-color: #83810F; }
span { border-color: rgb(131,129,15); }
td.TdClassName
{
border-color: #83810F;
}
.TagClassName
{
border-color: #83810F;
}
</style>