Shades of Olive #8D8303
Tints of Olive #8D8303
RGB
CMYK
RGB Variations
Color information
#8D8303 (or 0x8D8303) is known color: Olive. HEX triplet: 8D, 83 and 03. RGB value is (141,131,3). Sum of RGB (Red+Green+Blue) = 141+131+3=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8303 is #727CFC. Grayscale: #777777. Windows color (decimal): -7503101 or 230285. OLE color: 230285.
HSL color Cylindrical-coordinate representation of color #8D8303: hue angle of 55.65º 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 #8D8303 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 3 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.45 |
| HSL | 55.65º | 0.96% | 0.28% | - |
| HSV(B) | 55.65º | 0.98% | 0.55% | - |
| XYZ | 19.12 | 21.9 | 3.31 | - |
| YUV | 119.4 | 62.31 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 3 | 0 | 0.07 | 0.98 | 0.45 | 55.65 | 0.96 | 0.28 |
| Hex | 8D | 83 | 3 | 0 | 7 | 62 | 2D | 38 | 60 | 1C |
| Octal | 215 | 203 | 3 | 0 | 7 | 142 | 55 | 70 | 140 | 34 |
| Binary | 10001101 | 10000011 | 11 | 0 | 111 | 1100010 | 101101 | 111000 | 1100000 | 11100 |
Color Harmonies of #8D8303
Complementary color
Monochromatic Colors of #8D8303
Black with #8D8303
Text Example
Text Example
White with #8D8303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8303; }
p { color: rgb(141,131,3); }
H1.HeaderClassName
{
color: #8D8303;
}
.AnyTagClassName
{
color: #8D8303;
}
</style>
background-color css
<style>
a { background-color: #8D8303; }
a { background-color: rgb(141,131,3); }
div.DivClassName
{
background-color: #8D8303;
}
.BgClassName
{
background-color: #8D8303;
}
</style>
border-color css
<style>
span { border-color: #8D8303; }
span { border-color: rgb(141,131,3); }
td.TdClassName
{
border-color: #8D8303;
}
.TagClassName
{
border-color: #8D8303;
}
</style>