Shades of Olive #8D8203
Tints of Olive #8D8203
RGB
CMYK
RGB Variations
Color information
#8D8203 (or 0x8D8203) is known color: Olive. HEX triplet: 8D, 82 and 03. RGB value is (141,130,3). Sum of RGB (Red+Green+Blue) = 141+130+3=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8203 is #727DFC. Grayscale: #777777. Windows color (decimal): -7503357 or 230029. OLE color: 230029.
HSL color Cylindrical-coordinate representation of color #8D8203: hue angle of 55.22º 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 #8D8203 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 3 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.45 |
| HSL | 55.22º | 0.96% | 0.28% | - |
| HSV(B) | 55.22º | 0.98% | 0.55% | - |
| XYZ | 18.98 | 21.63 | 3.26 | - |
| YUV | 118.81 | 62.64 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 3 | 0 | 0.08 | 0.98 | 0.45 | 55.22 | 0.96 | 0.28 |
| Hex | 8D | 82 | 3 | 0 | 8 | 62 | 2D | 37 | 60 | 1C |
| Octal | 215 | 202 | 3 | 0 | 10 | 142 | 55 | 67 | 140 | 34 |
| Binary | 10001101 | 10000010 | 11 | 0 | 1000 | 1100010 | 101101 | 110111 | 1100000 | 11100 |
Color Harmonies of #8D8203
Complementary color
Monochromatic Colors of #8D8203
Black with #8D8203
Text Example
Text Example
White with #8D8203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8203; }
p { color: rgb(141,130,3); }
H1.HeaderClassName
{
color: #8D8203;
}
.AnyTagClassName
{
color: #8D8203;
}
</style>
background-color css
<style>
a { background-color: #8D8203; }
a { background-color: rgb(141,130,3); }
div.DivClassName
{
background-color: #8D8203;
}
.BgClassName
{
background-color: #8D8203;
}
</style>
border-color css
<style>
span { border-color: #8D8203; }
span { border-color: rgb(141,130,3); }
td.TdClassName
{
border-color: #8D8203;
}
.TagClassName
{
border-color: #8D8203;
}
</style>