Shades of Olive #84920C
Tints of Olive #84920C
RGB
CMYK
RGB Variations
Color information
#84920C (or 0x84920C) is known color: Olive. HEX triplet: 84, 92 and 0C. RGB value is (132,146,12). Sum of RGB (Red+Green+Blue) = 132+146+12=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #84920C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84920C is #7B6DF3. Grayscale: #7F7F7F. Windows color (decimal): -8089076 or 823940. OLE color: 823940.
HSL color Cylindrical-coordinate representation of color #84920C: hue angle of 66.27º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84920C is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 146 | 12 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.43 |
| HSL | 66.27º | 0.85% | 0.31% | - |
| HSV(B) | 66.27º | 0.92% | 0.57% | - |
| XYZ | 19.86 | 25.49 | 4.22 | - |
| YUV | 126.54 | 63.36 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 12 | 0.10 | 0 | 0.92 | 0.43 | 66.27 | 0.85 | 0.31 |
| Hex | 84 | 92 | C | A | 0 | 5C | 2B | 42 | 55 | 1F |
| Octal | 204 | 222 | 14 | 12 | 0 | 134 | 53 | 102 | 125 | 37 |
| Binary | 10000100 | 10010010 | 1100 | 1010 | 0 | 1011100 | 101011 | 1000010 | 1010101 | 11111 |
Color Harmonies of #84920C
Complementary color
Monochromatic Colors of #84920C
Black with #84920C
Text Example
Text Example
White with #84920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84920C; }
p { color: rgb(132,146,12); }
H1.HeaderClassName
{
color: #84920C;
}
.AnyTagClassName
{
color: #84920C;
}
</style>
background-color css
<style>
a { background-color: #84920C; }
a { background-color: rgb(132,146,12); }
div.DivClassName
{
background-color: #84920C;
}
.BgClassName
{
background-color: #84920C;
}
</style>
border-color css
<style>
span { border-color: #84920C; }
span { border-color: rgb(132,146,12); }
td.TdClassName
{
border-color: #84920C;
}
.TagClassName
{
border-color: #84920C;
}
</style>