Shades of Olive #848304
Tints of Olive #848304
RGB
CMYK
RGB Variations
Color information
#848304 (or 0x848304) is known color: Olive. HEX triplet: 84, 83 and 04. RGB value is (132,131,4). Sum of RGB (Red+Green+Blue) = 132+131+4=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #848304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848304 is #7B7CFB. Grayscale: #757575. Windows color (decimal): -8092924 or 295812. OLE color: 295812.
HSL color Cylindrical-coordinate representation of color #848304: hue angle of 59.53º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #848304 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 131 | 4 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.48 |
| HSL | 59.53º | 0.94% | 0.27% | - |
| HSV(B) | 59.53º | 0.97% | 0.52% | - |
| XYZ | 17.65 | 21.15 | 3.27 | - |
| YUV | 116.82 | 64.33 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 4 | 0 | 0.01 | 0.97 | 0.48 | 59.53 | 0.94 | 0.27 |
| Hex | 84 | 83 | 4 | 0 | 1 | 61 | 30 | 3C | 5E | 1B |
| Octal | 204 | 203 | 4 | 0 | 1 | 141 | 60 | 74 | 136 | 33 |
| Binary | 10000100 | 10000011 | 100 | 0 | 1 | 1100001 | 110000 | 111100 | 1011110 | 11011 |
Color Harmonies of #848304
Complementary color
Monochromatic Colors of #848304
Black with #848304
Text Example
Text Example
White with #848304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848304; }
p { color: rgb(132,131,4); }
H1.HeaderClassName
{
color: #848304;
}
.AnyTagClassName
{
color: #848304;
}
</style>
background-color css
<style>
a { background-color: #848304; }
a { background-color: rgb(132,131,4); }
div.DivClassName
{
background-color: #848304;
}
.BgClassName
{
background-color: #848304;
}
</style>
border-color css
<style>
span { border-color: #848304; }
span { border-color: rgb(132,131,4); }
td.TdClassName
{
border-color: #848304;
}
.TagClassName
{
border-color: #848304;
}
</style>