Shades of Olive #84830B
Tints of Olive #84830B
RGB
CMYK
RGB Variations
Color information
#84830B (or 0x84830B) is known color: Olive. HEX triplet: 84, 83 and 0B. RGB value is (132,131,11). Sum of RGB (Red+Green+Blue) = 132+131+11=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84830B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84830B is #7B7CF4. Grayscale: #767676. Windows color (decimal): -8092917 or 754564. OLE color: 754564.
HSL color Cylindrical-coordinate representation of color #84830B: hue angle of 59.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84830B is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 131 | 11 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.48 |
| HSL | 59.5º | 0.85% | 0.28% | - |
| HSV(B) | 59.5º | 0.92% | 0.52% | - |
| XYZ | 17.69 | 21.16 | 3.47 | - |
| YUV | 117.62 | 67.83 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 11 | 0 | 0.01 | 0.92 | 0.48 | 59.5 | 0.85 | 0.28 |
| Hex | 84 | 83 | B | 0 | 1 | 5C | 30 | 3C | 55 | 1C |
| Octal | 204 | 203 | 13 | 0 | 1 | 134 | 60 | 74 | 125 | 34 |
| Binary | 10000100 | 10000011 | 1011 | 0 | 1 | 1011100 | 110000 | 111100 | 1010101 | 11100 |
Color Harmonies of #84830B
Complementary color
Monochromatic Colors of #84830B
Black with #84830B
Text Example
Text Example
White with #84830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84830B; }
p { color: rgb(132,131,11); }
H1.HeaderClassName
{
color: #84830B;
}
.AnyTagClassName
{
color: #84830B;
}
</style>
background-color css
<style>
a { background-color: #84830B; }
a { background-color: rgb(132,131,11); }
div.DivClassName
{
background-color: #84830B;
}
.BgClassName
{
background-color: #84830B;
}
</style>
border-color css
<style>
span { border-color: #84830B; }
span { border-color: rgb(132,131,11); }
td.TdClassName
{
border-color: #84830B;
}
.TagClassName
{
border-color: #84830B;
}
</style>