Shades of Olive #847700
Tints of Olive #847700
RGB
CMYK
RGB Variations
Color information
#847700 (or 0x847700) is known color: Olive. HEX triplet: 84, 77 and 00. RGB value is (132,119,0). Sum of RGB (Red+Green+Blue) = 132+119+0=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #847700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847700 is #7B88FF. Grayscale: #6D6D6D. Windows color (decimal): -8096000 or 30596. OLE color: 30596.
HSL color Cylindrical-coordinate representation of color #847700: hue angle of 54.09º 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 #847700 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 119 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.48 |
| HSL | 54.09º | 1% | 0.26% | - |
| HSV(B) | 54.09º | 1% | 0.52% | - |
| XYZ | 16.11 | 18.1 | 2.64 | - |
| YUV | 109.32 | 66.31 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 0 | 0 | 0.10 | 1 | 0.48 | 54.09 | 1 | 0.26 |
| Hex | 84 | 77 | 0 | 0 | A | 64 | 30 | 36 | 64 | 1A |
| Octal | 204 | 167 | 0 | 0 | 12 | 144 | 60 | 66 | 144 | 32 |
| Binary | 10000100 | 1110111 | 0 | 0 | 1010 | 1100100 | 110000 | 110110 | 1100100 | 11010 |
Color Harmonies of #847700
Complementary color
Monochromatic Colors of #847700
Black with #847700
Text Example
Text Example
White with #847700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847700; }
p { color: rgb(132,119,0); }
H1.HeaderClassName
{
color: #847700;
}
.AnyTagClassName
{
color: #847700;
}
</style>
background-color css
<style>
a { background-color: #847700; }
a { background-color: rgb(132,119,0); }
div.DivClassName
{
background-color: #847700;
}
.BgClassName
{
background-color: #847700;
}
</style>
border-color css
<style>
span { border-color: #847700; }
span { border-color: rgb(132,119,0); }
td.TdClassName
{
border-color: #847700;
}
.TagClassName
{
border-color: #847700;
}
</style>