Shades of Olive #836E02
Tints of Olive #836E02
RGB
CMYK
RGB Variations
Color information
#836E02 (or 0x836E02) is known color: Olive. HEX triplet: 83, 6E and 02. RGB value is (131,110,2). Sum of RGB (Red+Green+Blue) = 131+110+2=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #836E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836E02 is #7C91FD. Grayscale: #686868. Windows color (decimal): -8163838 or 159363. OLE color: 159363.
HSL color Cylindrical-coordinate representation of color #836E02: hue angle of 50.23º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #836E02 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 110 | 2 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.49 |
| HSL | 50.23º | 0.97% | 0.26% | - |
| HSV(B) | 50.23º | 0.98% | 0.51% | - |
| XYZ | 14.95 | 15.98 | 2.35 | - |
| YUV | 103.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 110 | 2 | 0 | 0.16 | 0.98 | 0.49 | 50.23 | 0.97 | 0.26 |
| Hex | 83 | 6E | 2 | 0 | 10 | 62 | 31 | 32 | 61 | 1A |
| Octal | 203 | 156 | 2 | 0 | 20 | 142 | 61 | 62 | 141 | 32 |
| Binary | 10000011 | 1101110 | 10 | 0 | 10000 | 1100010 | 110001 | 110010 | 1100001 | 11010 |
Color Harmonies of #836E02
Complementary color
Monochromatic Colors of #836E02
Black with #836E02
Text Example
Text Example
White with #836E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836E02; }
p { color: rgb(131,110,2); }
H1.HeaderClassName
{
color: #836E02;
}
.AnyTagClassName
{
color: #836E02;
}
</style>
background-color css
<style>
a { background-color: #836E02; }
a { background-color: rgb(131,110,2); }
div.DivClassName
{
background-color: #836E02;
}
.BgClassName
{
background-color: #836E02;
}
</style>
border-color css
<style>
span { border-color: #836E02; }
span { border-color: rgb(131,110,2); }
td.TdClassName
{
border-color: #836E02;
}
.TagClassName
{
border-color: #836E02;
}
</style>