Shades of Olive #838004
Tints of Olive #838004
RGB
CMYK
RGB Variations
Color information
#838004 (or 0x838004) is known color: Olive. HEX triplet: 83, 80 and 04. RGB value is (131,128,4). Sum of RGB (Red+Green+Blue) = 131+128+4=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #838004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838004 is #7C7FFB. Grayscale: #737373. Windows color (decimal): -8159228 or 295043. OLE color: 295043.
HSL color Cylindrical-coordinate representation of color #838004: hue angle of 58.58º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #838004 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 128 | 4 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.49 |
| HSL | 58.58º | 0.94% | 0.26% | - |
| HSV(B) | 58.58º | 0.97% | 0.51% | - |
| XYZ | 17.1 | 20.27 | 3.13 | - |
| YUV | 114.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 4 | 0 | 0.02 | 0.97 | 0.49 | 58.58 | 0.94 | 0.26 |
| Hex | 83 | 80 | 4 | 0 | 2 | 61 | 31 | 3B | 5E | 1A |
| Octal | 203 | 200 | 4 | 0 | 2 | 141 | 61 | 73 | 136 | 32 |
| Binary | 10000011 | 10000000 | 100 | 0 | 10 | 1100001 | 110001 | 111011 | 1011110 | 11010 |
Color Harmonies of #838004
Complementary color
Monochromatic Colors of #838004
Black with #838004
Text Example
Text Example
White with #838004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838004; }
p { color: rgb(131,128,4); }
H1.HeaderClassName
{
color: #838004;
}
.AnyTagClassName
{
color: #838004;
}
</style>
background-color css
<style>
a { background-color: #838004; }
a { background-color: rgb(131,128,4); }
div.DivClassName
{
background-color: #838004;
}
.BgClassName
{
background-color: #838004;
}
</style>
border-color css
<style>
span { border-color: #838004; }
span { border-color: rgb(131,128,4); }
td.TdClassName
{
border-color: #838004;
}
.TagClassName
{
border-color: #838004;
}
</style>