Shades of Olive #84900D
Tints of Olive #84900D
RGB
CMYK
RGB Variations
Color information
#84900D (or 0x84900D) is known color: Olive. HEX triplet: 84, 90 and 0D. RGB value is (132,144,13). Sum of RGB (Red+Green+Blue) = 132+144+13=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #84900D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84900D is #7B6FF2. Grayscale: #7D7D7D. Windows color (decimal): -8089587 or 888964. OLE color: 888964.
HSL color Cylindrical-coordinate representation of color #84900D: hue angle of 65.5º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84900D is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 13 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.44 |
| HSL | 65.5º | 0.83% | 0.31% | - |
| HSV(B) | 65.5º | 0.91% | 0.56% | - |
| XYZ | 19.56 | 24.88 | 4.15 | - |
| YUV | 125.48 | 64.52 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 13 | 0.08 | 0 | 0.91 | 0.44 | 65.5 | 0.83 | 0.31 |
| Hex | 84 | 90 | D | 8 | 0 | 5B | 2C | 41 | 53 | 1F |
| Octal | 204 | 220 | 15 | 10 | 0 | 133 | 54 | 101 | 123 | 37 |
| Binary | 10000100 | 10010000 | 1101 | 1000 | 0 | 1011011 | 101100 | 1000001 | 1010011 | 11111 |
Color Harmonies of #84900D
Complementary color
Monochromatic Colors of #84900D
Black with #84900D
Text Example
Text Example
White with #84900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84900D; }
p { color: rgb(132,144,13); }
H1.HeaderClassName
{
color: #84900D;
}
.AnyTagClassName
{
color: #84900D;
}
</style>
background-color css
<style>
a { background-color: #84900D; }
a { background-color: rgb(132,144,13); }
div.DivClassName
{
background-color: #84900D;
}
.BgClassName
{
background-color: #84900D;
}
</style>
border-color css
<style>
span { border-color: #84900D; }
span { border-color: rgb(132,144,13); }
td.TdClassName
{
border-color: #84900D;
}
.TagClassName
{
border-color: #84900D;
}
</style>