Shades of Olive #84800D
Tints of Olive #84800D
RGB
CMYK
RGB Variations
Color information
#84800D (or 0x84800D) is known color: Olive. HEX triplet: 84, 80 and 0D. RGB value is (132,128,13). Sum of RGB (Red+Green+Blue) = 132+128+13=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #84800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84800D is #7B7FF2. Grayscale: #747474. Windows color (decimal): -8093683 or 884868. OLE color: 884868.
HSL color Cylindrical-coordinate representation of color #84800D: hue angle of 57.98º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84800D is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 13 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.48 |
| HSL | 57.98º | 0.82% | 0.28% | - |
| HSV(B) | 57.98º | 0.9% | 0.52% | - |
| XYZ | 17.31 | 20.37 | 3.4 | - |
| YUV | 116.09 | 69.83 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 13 | 0 | 0.03 | 0.90 | 0.48 | 57.98 | 0.82 | 0.28 |
| Hex | 84 | 80 | D | 0 | 3 | 5A | 30 | 3A | 52 | 1C |
| Octal | 204 | 200 | 15 | 0 | 3 | 132 | 60 | 72 | 122 | 34 |
| Binary | 10000100 | 10000000 | 1101 | 0 | 11 | 1011010 | 110000 | 111010 | 1010010 | 11100 |
Color Harmonies of #84800D
Complementary color
Monochromatic Colors of #84800D
Black with #84800D
Text Example
Text Example
White with #84800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84800D; }
p { color: rgb(132,128,13); }
H1.HeaderClassName
{
color: #84800D;
}
.AnyTagClassName
{
color: #84800D;
}
</style>
background-color css
<style>
a { background-color: #84800D; }
a { background-color: rgb(132,128,13); }
div.DivClassName
{
background-color: #84800D;
}
.BgClassName
{
background-color: #84800D;
}
</style>
border-color css
<style>
span { border-color: #84800D; }
span { border-color: rgb(132,128,13); }
td.TdClassName
{
border-color: #84800D;
}
.TagClassName
{
border-color: #84800D;
}
</style>