Shades of Olive #847F09
Tints of Olive #847F09
RGB
CMYK
RGB Variations
Color information
#847F09 (or 0x847F09) is known color: Olive. HEX triplet: 84, 7F and 09. RGB value is (132,127,9). Sum of RGB (Red+Green+Blue) = 132+127+9=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #847F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847F09 is #7B80F6. Grayscale: #737373. Windows color (decimal): -8093943 or 622468. OLE color: 622468.
HSL color Cylindrical-coordinate representation of color #847F09: hue angle of 57.56º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #847F09 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 127 | 9 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.48 |
| HSL | 57.56º | 0.87% | 0.28% | - |
| HSV(B) | 57.56º | 0.93% | 0.52% | - |
| XYZ | 17.15 | 20.1 | 3.23 | - |
| YUV | 115.04 | 68.16 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 9 | 0 | 0.04 | 0.93 | 0.48 | 57.56 | 0.87 | 0.28 |
| Hex | 84 | 7F | 9 | 0 | 4 | 5D | 30 | 3A | 57 | 1C |
| Octal | 204 | 177 | 11 | 0 | 4 | 135 | 60 | 72 | 127 | 34 |
| Binary | 10000100 | 1111111 | 1001 | 0 | 100 | 1011101 | 110000 | 111010 | 1010111 | 11100 |
Color Harmonies of #847F09
Complementary color
Monochromatic Colors of #847F09
Black with #847F09
Text Example
Text Example
White with #847F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847F09; }
p { color: rgb(132,127,9); }
H1.HeaderClassName
{
color: #847F09;
}
.AnyTagClassName
{
color: #847F09;
}
</style>
background-color css
<style>
a { background-color: #847F09; }
a { background-color: rgb(132,127,9); }
div.DivClassName
{
background-color: #847F09;
}
.BgClassName
{
background-color: #847F09;
}
</style>
border-color css
<style>
span { border-color: #847F09; }
span { border-color: rgb(132,127,9); }
td.TdClassName
{
border-color: #847F09;
}
.TagClassName
{
border-color: #847F09;
}
</style>