Shades of Olive #848C03
Tints of Olive #848C03
RGB
CMYK
RGB Variations
Color information
#848C03 (or 0x848C03) is known color: Olive. HEX triplet: 84, 8C and 03. RGB value is (132,140,3). Sum of RGB (Red+Green+Blue) = 132+140+3=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #848C03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848C03 is #7B73FC. Grayscale: #7A7A7A. Windows color (decimal): -8090621 or 232580. OLE color: 232580.
HSL color Cylindrical-coordinate representation of color #848C03: hue angle of 63.5º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #848C03 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 140 | 3 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.45 |
| HSL | 63.5º | 0.96% | 0.28% | - |
| HSV(B) | 63.5º | 0.98% | 0.55% | - |
| XYZ | 18.91 | 23.67 | 3.66 | - |
| YUV | 121.99 | 60.85 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 3 | 0.06 | 0 | 0.98 | 0.45 | 63.5 | 0.96 | 0.28 |
| Hex | 84 | 8C | 3 | 6 | 0 | 62 | 2D | 40 | 60 | 1C |
| Octal | 204 | 214 | 3 | 6 | 0 | 142 | 55 | 100 | 140 | 34 |
| Binary | 10000100 | 10001100 | 11 | 110 | 0 | 1100010 | 101101 | 1000000 | 1100000 | 11100 |
Color Harmonies of #848C03
Complementary color
Monochromatic Colors of #848C03
Black with #848C03
Text Example
Text Example
White with #848C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848C03; }
p { color: rgb(132,140,3); }
H1.HeaderClassName
{
color: #848C03;
}
.AnyTagClassName
{
color: #848C03;
}
</style>
background-color css
<style>
a { background-color: #848C03; }
a { background-color: rgb(132,140,3); }
div.DivClassName
{
background-color: #848C03;
}
.BgClassName
{
background-color: #848C03;
}
</style>
border-color css
<style>
span { border-color: #848C03; }
span { border-color: rgb(132,140,3); }
td.TdClassName
{
border-color: #848C03;
}
.TagClassName
{
border-color: #848C03;
}
</style>