Shades of Olive #837F00
Tints of Olive #837F00
RGB
CMYK
RGB Variations
Color information
#837F00 (or 0x837F00) is known color: Olive. HEX triplet: 83, 7F and 00. RGB value is (131,127,0). Sum of RGB (Red+Green+Blue) = 131+127+0=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 127 (50% from 255 or 49.22% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #837F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837F00 is #7C80FF. Grayscale: #727272. Windows color (decimal): -8159488 or 32643. OLE color: 32643.
HSL color Cylindrical-coordinate representation of color #837F00: hue angle of 58.17º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #837F00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 127 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.49 |
| HSL | 58.17º | 1% | 0.26% | - |
| HSV(B) | 58.17º | 1% | 0.51% | - |
| XYZ | 16.95 | 20 | 2.97 | - |
| YUV | 113.72 | 63.83 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 0 | 0 | 0.03 | 1 | 0.49 | 58.17 | 1 | 0.26 |
| Hex | 83 | 7F | 0 | 0 | 3 | 64 | 31 | 3A | 64 | 1A |
| Octal | 203 | 177 | 0 | 0 | 3 | 144 | 61 | 72 | 144 | 32 |
| Binary | 10000011 | 1111111 | 0 | 0 | 11 | 1100100 | 110001 | 111010 | 1100100 | 11010 |
Color Harmonies of #837F00
Complementary color
Monochromatic Colors of #837F00
Black with #837F00
Text Example
Text Example
White with #837F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F00; }
p { color: rgb(131,127,0); }
H1.HeaderClassName
{
color: #837F00;
}
.AnyTagClassName
{
color: #837F00;
}
</style>
background-color css
<style>
a { background-color: #837F00; }
a { background-color: rgb(131,127,0); }
div.DivClassName
{
background-color: #837F00;
}
.BgClassName
{
background-color: #837F00;
}
</style>
border-color css
<style>
span { border-color: #837F00; }
span { border-color: rgb(131,127,0); }
td.TdClassName
{
border-color: #837F00;
}
.TagClassName
{
border-color: #837F00;
}
</style>