Shades of Olive #84800C
Tints of Olive #84800C
RGB
CMYK
RGB Variations
Color information
#84800C (or 0x84800C) is known color: Olive. HEX triplet: 84, 80 and 0C. RGB value is (132,128,12). Sum of RGB (Red+Green+Blue) = 132+128+12=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #84800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84800C is #7B7FF3. Grayscale: #747474. Windows color (decimal): -8093684 or 819332. OLE color: 819332.
HSL color Cylindrical-coordinate representation of color #84800C: hue angle of 58º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84800C is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 12 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.48 |
| HSL | 58º | 0.83% | 0.28% | - |
| HSV(B) | 58º | 0.91% | 0.52% | - |
| XYZ | 17.3 | 20.37 | 3.37 | - |
| YUV | 115.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 12 | 0 | 0.03 | 0.91 | 0.48 | 58 | 0.83 | 0.28 |
| Hex | 84 | 80 | C | 0 | 3 | 5B | 30 | 3A | 53 | 1C |
| Octal | 204 | 200 | 14 | 0 | 3 | 133 | 60 | 72 | 123 | 34 |
| Binary | 10000100 | 10000000 | 1100 | 0 | 11 | 1011011 | 110000 | 111010 | 1010011 | 11100 |
Color Harmonies of #84800C
Complementary color
Monochromatic Colors of #84800C
Black with #84800C
Text Example
Text Example
White with #84800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84800C; }
p { color: rgb(132,128,12); }
H1.HeaderClassName
{
color: #84800C;
}
.AnyTagClassName
{
color: #84800C;
}
</style>
background-color css
<style>
a { background-color: #84800C; }
a { background-color: rgb(132,128,12); }
div.DivClassName
{
background-color: #84800C;
}
.BgClassName
{
background-color: #84800C;
}
</style>
border-color css
<style>
span { border-color: #84800C; }
span { border-color: rgb(132,128,12); }
td.TdClassName
{
border-color: #84800C;
}
.TagClassName
{
border-color: #84800C;
}
</style>