Shades of Olive #8D8302
Tints of Olive #8D8302
RGB
CMYK
RGB Variations
Color information
#8D8302 (or 0x8D8302) is known color: Olive. HEX triplet: 8D, 83 and 02. RGB value is (141,131,2). Sum of RGB (Red+Green+Blue) = 141+131+2=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8302 is #727CFD. Grayscale: #777777. Windows color (decimal): -7503102 or 164749. OLE color: 164749.
HSL color Cylindrical-coordinate representation of color #8D8302: hue angle of 55.68º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D8302 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.45 |
| HSL | 55.68º | 0.97% | 0.28% | - |
| HSV(B) | 55.68º | 0.99% | 0.55% | - |
| XYZ | 19.11 | 21.9 | 3.28 | - |
| YUV | 119.28 | 61.81 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 2 | 0 | 0.07 | 0.99 | 0.45 | 55.68 | 0.97 | 0.28 |
| Hex | 8D | 83 | 2 | 0 | 7 | 63 | 2D | 38 | 61 | 1C |
| Octal | 215 | 203 | 2 | 0 | 7 | 143 | 55 | 70 | 141 | 34 |
| Binary | 10001101 | 10000011 | 10 | 0 | 111 | 1100011 | 101101 | 111000 | 1100001 | 11100 |
Color Harmonies of #8D8302
Complementary color
Monochromatic Colors of #8D8302
Black with #8D8302
Text Example
Text Example
White with #8D8302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8302; }
p { color: rgb(141,131,2); }
H1.HeaderClassName
{
color: #8D8302;
}
.AnyTagClassName
{
color: #8D8302;
}
</style>
background-color css
<style>
a { background-color: #8D8302; }
a { background-color: rgb(141,131,2); }
div.DivClassName
{
background-color: #8D8302;
}
.BgClassName
{
background-color: #8D8302;
}
</style>
border-color css
<style>
span { border-color: #8D8302; }
span { border-color: rgb(141,131,2); }
td.TdClassName
{
border-color: #8D8302;
}
.TagClassName
{
border-color: #8D8302;
}
</style>