Shades of Olive #838801
Tints of Olive #838801
RGB
CMYK
RGB Variations
Color information
#838801 (or 0x838801) is known color: Olive. HEX triplet: 83, 88 and 01. RGB value is (131,136,1). Sum of RGB (Red+Green+Blue) = 131+136+1=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #838801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838801 is #7C77FE. Grayscale: #777777. Windows color (decimal): -8157183 or 100483. OLE color: 100483.
HSL color Cylindrical-coordinate representation of color #838801: hue angle of 62.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #838801 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.47 |
| HSL | 62.22º | 0.99% | 0.27% | - |
| HSV(B) | 62.22º | 0.99% | 0.53% | - |
| XYZ | 18.17 | 22.44 | 3.4 | - |
| YUV | 119.12 | 61.34 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 1 | 0.04 | 0 | 0.99 | 0.47 | 62.22 | 0.99 | 0.27 |
| Hex | 83 | 88 | 1 | 4 | 0 | 63 | 2F | 3E | 63 | 1B |
| Octal | 203 | 210 | 1 | 4 | 0 | 143 | 57 | 76 | 143 | 33 |
| Binary | 10000011 | 10001000 | 1 | 100 | 0 | 1100011 | 101111 | 111110 | 1100011 | 11011 |
Color Harmonies of #838801
Complementary color
Monochromatic Colors of #838801
Black with #838801
Text Example
Text Example
White with #838801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838801; }
p { color: rgb(131,136,1); }
H1.HeaderClassName
{
color: #838801;
}
.AnyTagClassName
{
color: #838801;
}
</style>
background-color css
<style>
a { background-color: #838801; }
a { background-color: rgb(131,136,1); }
div.DivClassName
{
background-color: #838801;
}
.BgClassName
{
background-color: #838801;
}
</style>
border-color css
<style>
span { border-color: #838801; }
span { border-color: rgb(131,136,1); }
td.TdClassName
{
border-color: #838801;
}
.TagClassName
{
border-color: #838801;
}
</style>