Shades of Olive #838304
Tints of Olive #838304
RGB
CMYK
RGB Variations
Color information
#838304 (or 0x838304) is known color: Olive. HEX triplet: 83, 83 and 04. RGB value is (131,131,4). Sum of RGB (Red+Green+Blue) = 131+131+4=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838304 is #7C7CFB. Grayscale: #757575. Windows color (decimal): -8158460 or 295811. OLE color: 295811.
HSL color Cylindrical-coordinate representation of color #838304: hue angle of 60º 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 #838304 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 131 | 4 | - |
| CMYK | 0 | 0 | 0.97 | 0.49 |
| HSL | 60º | 0.94% | 0.26% | - |
| HSV(B) | 60º | 0.97% | 0.51% | - |
| XYZ | 17.5 | 21.07 | 3.26 | - |
| YUV | 116.52 | 64.5 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 131 | 4 | 0 | 0 | 0.97 | 0.49 | 60 | 0.94 | 0.26 |
| Hex | 83 | 83 | 4 | 0 | 0 | 61 | 31 | 3C | 5E | 1A |
| Octal | 203 | 203 | 4 | 0 | 0 | 141 | 61 | 74 | 136 | 32 |
| Binary | 10000011 | 10000011 | 100 | 0 | 0 | 1100001 | 110001 | 111100 | 1011110 | 11010 |
Color Harmonies of #838304
Complementary color
Monochromatic Colors of #838304
Black with #838304
Text Example
Text Example
White with #838304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838304; }
p { color: rgb(131,131,4); }
H1.HeaderClassName
{
color: #838304;
}
.AnyTagClassName
{
color: #838304;
}
</style>
background-color css
<style>
a { background-color: #838304; }
a { background-color: rgb(131,131,4); }
div.DivClassName
{
background-color: #838304;
}
.BgClassName
{
background-color: #838304;
}
</style>
border-color css
<style>
span { border-color: #838304; }
span { border-color: rgb(131,131,4); }
td.TdClassName
{
border-color: #838304;
}
.TagClassName
{
border-color: #838304;
}
</style>