Shades of Olive #838E00
Tints of Olive #838E00
RGB
CMYK
RGB Variations
Color information
#838E00 (or 0x838E00) is known color: Olive. HEX triplet: 83, 8E and 00. RGB value is (131,142,0). Sum of RGB (Red+Green+Blue) = 131+142+0=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 142 (55.86% from 255 or 52.01% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 142 - color contains mainly: green. Hex color #838E00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838E00 is #7C71FF. Grayscale: #7B7B7B. Windows color (decimal): -8155648 or 36483. OLE color: 36483.
HSL color Cylindrical-coordinate representation of color #838E00: hue angle of 64.65º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #838E00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 142 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.44 |
| HSL | 64.65º | 1% | 0.28% | - |
| HSV(B) | 64.65º | 1% | 0.56% | - |
| XYZ | 19.03 | 24.17 | 3.66 | - |
| YUV | 122.52 | 58.86 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 142 | 0 | 0.08 | 0 | 1 | 0.44 | 64.65 | 1 | 0.28 |
| Hex | 83 | 8E | 0 | 8 | 0 | 64 | 2C | 41 | 64 | 1C |
| Octal | 203 | 216 | 0 | 10 | 0 | 144 | 54 | 101 | 144 | 34 |
| Binary | 10000011 | 10001110 | 0 | 1000 | 0 | 1100100 | 101100 | 1000001 | 1100100 | 11100 |
Color Harmonies of #838E00
Complementary color
Monochromatic Colors of #838E00
Black with #838E00
Text Example
Text Example
White with #838E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838E00; }
p { color: rgb(131,142,0); }
H1.HeaderClassName
{
color: #838E00;
}
.AnyTagClassName
{
color: #838E00;
}
</style>
background-color css
<style>
a { background-color: #838E00; }
a { background-color: rgb(131,142,0); }
div.DivClassName
{
background-color: #838E00;
}
.BgClassName
{
background-color: #838E00;
}
</style>
border-color css
<style>
span { border-color: #838E00; }
span { border-color: rgb(131,142,0); }
td.TdClassName
{
border-color: #838E00;
}
.TagClassName
{
border-color: #838E00;
}
</style>