Shades of Olive #8D9903
Tints of Olive #8D9903
RGB
CMYK
RGB Variations
Color information
#8D9903 (or 0x8D9903) is known color: Olive. HEX triplet: 8D, 99 and 03. RGB value is (141,153,3). Sum of RGB (Red+Green+Blue) = 141+153+3=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #8D9903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9903 is #7266FC. Grayscale: #848484. Windows color (decimal): -7497469 or 235917. OLE color: 235917.
HSL color Cylindrical-coordinate representation of color #8D9903: hue angle of 64.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D9903 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 153 | 3 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.4 |
| HSL | 64.8º | 0.96% | 0.31% | - |
| HSV(B) | 64.8º | 0.98% | 0.6% | - |
| XYZ | 22.39 | 28.45 | 4.4 | - |
| YUV | 132.31 | 55.02 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 3 | 0.08 | 0 | 0.98 | 0.4 | 64.8 | 0.96 | 0.31 |
| Hex | 8D | 99 | 3 | 8 | 0 | 62 | 28 | 41 | 60 | 1F |
| Octal | 215 | 231 | 3 | 10 | 0 | 142 | 50 | 101 | 140 | 37 |
| Binary | 10001101 | 10011001 | 11 | 1000 | 0 | 1100010 | 101000 | 1000001 | 1100000 | 11111 |
Color Harmonies of #8D9903
Complementary color
Monochromatic Colors of #8D9903
Black with #8D9903
Text Example
Text Example
White with #8D9903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9903; }
p { color: rgb(141,153,3); }
H1.HeaderClassName
{
color: #8D9903;
}
.AnyTagClassName
{
color: #8D9903;
}
</style>
background-color css
<style>
a { background-color: #8D9903; }
a { background-color: rgb(141,153,3); }
div.DivClassName
{
background-color: #8D9903;
}
.BgClassName
{
background-color: #8D9903;
}
</style>
border-color css
<style>
span { border-color: #8D9903; }
span { border-color: rgb(141,153,3); }
td.TdClassName
{
border-color: #8D9903;
}
.TagClassName
{
border-color: #8D9903;
}
</style>