Shades of Olive #837A00
Tints of Olive #837A00
RGB
CMYK
RGB Variations
Color information
#837A00 (or 0x837A00) is known color: Olive. HEX triplet: 83, 7A and 00. RGB value is (131,122,0). Sum of RGB (Red+Green+Blue) = 131+122+0=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #837A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837A00 is #7C85FF. Grayscale: #6F6F6F. Windows color (decimal): -8160768 or 31363. OLE color: 31363.
HSL color Cylindrical-coordinate representation of color #837A00: hue angle of 55.88º 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 #837A00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 122 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.49 |
| HSL | 55.88º | 1% | 0.26% | - |
| HSV(B) | 55.88º | 1% | 0.51% | - |
| XYZ | 16.32 | 18.74 | 2.76 | - |
| YUV | 110.78 | 65.48 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 0 | 0 | 0.07 | 1 | 0.49 | 55.88 | 1 | 0.26 |
| Hex | 83 | 7A | 0 | 0 | 7 | 64 | 31 | 38 | 64 | 1A |
| Octal | 203 | 172 | 0 | 0 | 7 | 144 | 61 | 70 | 144 | 32 |
| Binary | 10000011 | 1111010 | 0 | 0 | 111 | 1100100 | 110001 | 111000 | 1100100 | 11010 |
Color Harmonies of #837A00
Complementary color
Monochromatic Colors of #837A00
Black with #837A00
Text Example
Text Example
White with #837A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837A00; }
p { color: rgb(131,122,0); }
H1.HeaderClassName
{
color: #837A00;
}
.AnyTagClassName
{
color: #837A00;
}
</style>
background-color css
<style>
a { background-color: #837A00; }
a { background-color: rgb(131,122,0); }
div.DivClassName
{
background-color: #837A00;
}
.BgClassName
{
background-color: #837A00;
}
</style>
border-color css
<style>
span { border-color: #837A00; }
span { border-color: rgb(131,122,0); }
td.TdClassName
{
border-color: #837A00;
}
.TagClassName
{
border-color: #837A00;
}
</style>