Shades of Olive #848D05
Tints of Olive #848D05
RGB
CMYK
RGB Variations
Color information
#848D05 (or 0x848D05) is known color: Olive. HEX triplet: 84, 8D and 05. RGB value is (132,141,5). Sum of RGB (Red+Green+Blue) = 132+141+5=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #848D05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848D05 is #7B72FA. Grayscale: #7B7B7B. Windows color (decimal): -8090363 or 363908. OLE color: 363908.
HSL color Cylindrical-coordinate representation of color #848D05: hue angle of 63.97º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #848D05 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 141 | 5 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.45 |
| HSL | 63.97º | 0.93% | 0.29% | - |
| HSV(B) | 63.97º | 0.96% | 0.55% | - |
| XYZ | 19.07 | 23.97 | 3.76 | - |
| YUV | 122.81 | 61.52 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 5 | 0.06 | 0 | 0.96 | 0.45 | 63.97 | 0.93 | 0.29 |
| Hex | 84 | 8D | 5 | 6 | 0 | 60 | 2D | 40 | 5D | 1D |
| Octal | 204 | 215 | 5 | 6 | 0 | 140 | 55 | 100 | 135 | 35 |
| Binary | 10000100 | 10001101 | 101 | 110 | 0 | 1100000 | 101101 | 1000000 | 1011101 | 11101 |
Color Harmonies of #848D05
Complementary color
Monochromatic Colors of #848D05
Black with #848D05
Text Example
Text Example
White with #848D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D05; }
p { color: rgb(132,141,5); }
H1.HeaderClassName
{
color: #848D05;
}
.AnyTagClassName
{
color: #848D05;
}
</style>
background-color css
<style>
a { background-color: #848D05; }
a { background-color: rgb(132,141,5); }
div.DivClassName
{
background-color: #848D05;
}
.BgClassName
{
background-color: #848D05;
}
</style>
border-color css
<style>
span { border-color: #848D05; }
span { border-color: rgb(132,141,5); }
td.TdClassName
{
border-color: #848D05;
}
.TagClassName
{
border-color: #848D05;
}
</style>