Shades of Olive #849C00
Tints of Olive #849C00
RGB
CMYK
RGB Variations
Color information
#849C00 (or 0x849C00) is known color: Olive. HEX triplet: 84, 9C and 00. RGB value is (132,156,0). Sum of RGB (Red+Green+Blue) = 132+156+0=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #849C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849C00 is #7B63FF. Grayscale: #838383. Windows color (decimal): -8086528 or 40068. OLE color: 40068.
HSL color Cylindrical-coordinate representation of color #849C00: hue angle of 69.23º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #849C00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 156 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.39 |
| HSL | 69.23º | 1% | 0.31% | - |
| HSV(B) | 69.23º | 1% | 0.61% | - |
| XYZ | 21.4 | 28.68 | 4.41 | - |
| YUV | 131.04 | 54.05 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 0 | 0.15 | 0 | 1 | 0.39 | 69.23 | 1 | 0.31 |
| Hex | 84 | 9C | 0 | F | 0 | 64 | 27 | 45 | 64 | 1F |
| Octal | 204 | 234 | 0 | 17 | 0 | 144 | 47 | 105 | 144 | 37 |
| Binary | 10000100 | 10011100 | 0 | 1111 | 0 | 1100100 | 100111 | 1000101 | 1100100 | 11111 |
Color Harmonies of #849C00
Complementary color
Monochromatic Colors of #849C00
Black with #849C00
Text Example
Text Example
White with #849C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849C00; }
p { color: rgb(132,156,0); }
H1.HeaderClassName
{
color: #849C00;
}
.AnyTagClassName
{
color: #849C00;
}
</style>
background-color css
<style>
a { background-color: #849C00; }
a { background-color: rgb(132,156,0); }
div.DivClassName
{
background-color: #849C00;
}
.BgClassName
{
background-color: #849C00;
}
</style>
border-color css
<style>
span { border-color: #849C00; }
span { border-color: rgb(132,156,0); }
td.TdClassName
{
border-color: #849C00;
}
.TagClassName
{
border-color: #849C00;
}
</style>