Shades of Olive #848109
Tints of Olive #848109
RGB
CMYK
RGB Variations
Color information
#848109 (or 0x848109) is known color: Olive. HEX triplet: 84, 81 and 09. RGB value is (132,129,9). Sum of RGB (Red+Green+Blue) = 132+129+9=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #848109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848109 is #7B7EF6. Grayscale: #747474. Windows color (decimal): -8093431 or 622980. OLE color: 622980.
HSL color Cylindrical-coordinate representation of color #848109: hue angle of 58.54º 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 #848109 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 9 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.48 |
| HSL | 58.54º | 0.87% | 0.28% | - |
| HSV(B) | 58.54º | 0.93% | 0.52% | - |
| XYZ | 17.42 | 20.63 | 3.32 | - |
| YUV | 116.22 | 67.49 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 9 | 0 | 0.02 | 0.93 | 0.48 | 58.54 | 0.87 | 0.28 |
| Hex | 84 | 81 | 9 | 0 | 2 | 5D | 30 | 3B | 57 | 1C |
| Octal | 204 | 201 | 11 | 0 | 2 | 135 | 60 | 73 | 127 | 34 |
| Binary | 10000100 | 10000001 | 1001 | 0 | 10 | 1011101 | 110000 | 111011 | 1010111 | 11100 |
Color Harmonies of #848109
Complementary color
Monochromatic Colors of #848109
Black with #848109
Text Example
Text Example
White with #848109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848109; }
p { color: rgb(132,129,9); }
H1.HeaderClassName
{
color: #848109;
}
.AnyTagClassName
{
color: #848109;
}
</style>
background-color css
<style>
a { background-color: #848109; }
a { background-color: rgb(132,129,9); }
div.DivClassName
{
background-color: #848109;
}
.BgClassName
{
background-color: #848109;
}
</style>
border-color css
<style>
span { border-color: #848109; }
span { border-color: rgb(132,129,9); }
td.TdClassName
{
border-color: #848109;
}
.TagClassName
{
border-color: #848109;
}
</style>