Shades of Olive #847500
Tints of Olive #847500
RGB
CMYK
RGB Variations
Color information
#847500 (or 0x847500) is known color: Olive. HEX triplet: 84, 75 and 00. RGB value is (132,117,0). Sum of RGB (Red+Green+Blue) = 132+117+0=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #847500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847500 is #7B8AFF. Grayscale: #6C6C6C. Windows color (decimal): -8096512 or 30084. OLE color: 30084.
HSL color Cylindrical-coordinate representation of color #847500: hue angle of 53.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #847500 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 117 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.48 |
| HSL | 53.18º | 1% | 0.26% | - |
| HSV(B) | 53.18º | 1% | 0.52% | - |
| XYZ | 15.88 | 17.63 | 2.57 | - |
| YUV | 108.15 | 66.97 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 0 | 0 | 0.11 | 1 | 0.48 | 53.18 | 1 | 0.26 |
| Hex | 84 | 75 | 0 | 0 | B | 64 | 30 | 35 | 64 | 1A |
| Octal | 204 | 165 | 0 | 0 | 13 | 144 | 60 | 65 | 144 | 32 |
| Binary | 10000100 | 1110101 | 0 | 0 | 1011 | 1100100 | 110000 | 110101 | 1100100 | 11010 |
Color Harmonies of #847500
Complementary color
Monochromatic Colors of #847500
Black with #847500
Text Example
Text Example
White with #847500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847500; }
p { color: rgb(132,117,0); }
H1.HeaderClassName
{
color: #847500;
}
.AnyTagClassName
{
color: #847500;
}
</style>
background-color css
<style>
a { background-color: #847500; }
a { background-color: rgb(132,117,0); }
div.DivClassName
{
background-color: #847500;
}
.BgClassName
{
background-color: #847500;
}
</style>
border-color css
<style>
span { border-color: #847500; }
span { border-color: rgb(132,117,0); }
td.TdClassName
{
border-color: #847500;
}
.TagClassName
{
border-color: #847500;
}
</style>