Shades of Olive #837C00
Tints of Olive #837C00
RGB
CMYK
RGB Variations
Color information
#837C00 (or 0x837C00) is known color: Olive. HEX triplet: 83, 7C and 00. RGB value is (131,124,0). Sum of RGB (Red+Green+Blue) = 131+124+0=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 124 (48.83% from 255 or 48.63% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #837C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837C00 is #7C83FF. Grayscale: #707070. Windows color (decimal): -8160256 or 31875. OLE color: 31875.
HSL color Cylindrical-coordinate representation of color #837C00: hue angle of 56.79º 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 #837C00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 124 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.49 |
| HSL | 56.79º | 1% | 0.26% | - |
| HSV(B) | 56.79º | 1% | 0.51% | - |
| XYZ | 16.57 | 19.24 | 2.84 | - |
| YUV | 111.96 | 64.82 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 124 | 0 | 0 | 0.05 | 1 | 0.49 | 56.79 | 1 | 0.26 |
| Hex | 83 | 7C | 0 | 0 | 5 | 64 | 31 | 39 | 64 | 1A |
| Octal | 203 | 174 | 0 | 0 | 5 | 144 | 61 | 71 | 144 | 32 |
| Binary | 10000011 | 1111100 | 0 | 0 | 101 | 1100100 | 110001 | 111001 | 1100100 | 11010 |
Color Harmonies of #837C00
Complementary color
Monochromatic Colors of #837C00
Black with #837C00
Text Example
Text Example
White with #837C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837C00; }
p { color: rgb(131,124,0); }
H1.HeaderClassName
{
color: #837C00;
}
.AnyTagClassName
{
color: #837C00;
}
</style>
background-color css
<style>
a { background-color: #837C00; }
a { background-color: rgb(131,124,0); }
div.DivClassName
{
background-color: #837C00;
}
.BgClassName
{
background-color: #837C00;
}
</style>
border-color css
<style>
span { border-color: #837C00; }
span { border-color: rgb(131,124,0); }
td.TdClassName
{
border-color: #837C00;
}
.TagClassName
{
border-color: #837C00;
}
</style>