Shades of Olive #838805
Tints of Olive #838805
RGB
CMYK
RGB Variations
Color information
#838805 (or 0x838805) is known color: Olive. HEX triplet: 83, 88 and 05. RGB value is (131,136,5). Sum of RGB (Red+Green+Blue) = 131+136+5=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #838805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838805 is #7C77FA. Grayscale: #787878. Windows color (decimal): -8157179 or 362627. OLE color: 362627.
HSL color Cylindrical-coordinate representation of color #838805: hue angle of 62.29º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #838805 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 5 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.47 |
| HSL | 62.29º | 0.93% | 0.28% | - |
| HSV(B) | 62.29º | 0.96% | 0.53% | - |
| XYZ | 18.19 | 22.44 | 3.52 | - |
| YUV | 119.57 | 63.34 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 5 | 0.04 | 0 | 0.96 | 0.47 | 62.29 | 0.93 | 0.28 |
| Hex | 83 | 88 | 5 | 4 | 0 | 60 | 2F | 3E | 5D | 1C |
| Octal | 203 | 210 | 5 | 4 | 0 | 140 | 57 | 76 | 135 | 34 |
| Binary | 10000011 | 10001000 | 101 | 100 | 0 | 1100000 | 101111 | 111110 | 1011101 | 11100 |
Color Harmonies of #838805
Complementary color
Monochromatic Colors of #838805
Black with #838805
Text Example
Text Example
White with #838805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838805; }
p { color: rgb(131,136,5); }
H1.HeaderClassName
{
color: #838805;
}
.AnyTagClassName
{
color: #838805;
}
</style>
background-color css
<style>
a { background-color: #838805; }
a { background-color: rgb(131,136,5); }
div.DivClassName
{
background-color: #838805;
}
.BgClassName
{
background-color: #838805;
}
</style>
border-color css
<style>
span { border-color: #838805; }
span { border-color: rgb(131,136,5); }
td.TdClassName
{
border-color: #838805;
}
.TagClassName
{
border-color: #838805;
}
</style>