Shades of Olive Drab #5A8F03
Tints of Olive Drab #5A8F03
RGB
CMYK
RGB Variations
Color information
#5A8F03 (or 0x5A8F03) is known color: Olive Drab. HEX triplet: 5A, 8F and 03. RGB value is (90,143,3). Sum of RGB (Red+Green+Blue) = 90+143+3=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 143 (56.25% from 255 or 60.59% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 143 - color contains mainly: green. Hex color #5A8F03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8F03 is #A570FC. Grayscale: #6F6F6F. Windows color (decimal): -10842365 or 233306. OLE color: 233306.
HSL color Cylindrical-coordinate representation of color #5A8F03: hue angle of 82.71º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A8F03 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 143 | 3 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.44 |
| HSL | 82.71º | 0.96% | 0.29% | - |
| HSV(B) | 82.71º | 0.98% | 0.56% | - |
| XYZ | 14.06 | 21.83 | 3.56 | - |
| YUV | 111.19 | 66.94 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 143 | 3 | 0.37 | 0 | 0.98 | 0.44 | 82.71 | 0.96 | 0.29 |
| Hex | 5A | 8F | 3 | 25 | 0 | 62 | 2C | 53 | 60 | 1D |
| Octal | 132 | 217 | 3 | 45 | 0 | 142 | 54 | 123 | 140 | 35 |
| Binary | 1011010 | 10001111 | 11 | 100101 | 0 | 1100010 | 101100 | 1010011 | 1100000 | 11101 |
Color Harmonies of #5A8F03
Complementary color
Monochromatic Colors of #5A8F03
Black with #5A8F03
Text Example
Text Example
White with #5A8F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8F03; }
p { color: rgb(90,143,3); }
H1.HeaderClassName
{
color: #5A8F03;
}
.AnyTagClassName
{
color: #5A8F03;
}
</style>
background-color css
<style>
a { background-color: #5A8F03; }
a { background-color: rgb(90,143,3); }
div.DivClassName
{
background-color: #5A8F03;
}
.BgClassName
{
background-color: #5A8F03;
}
</style>
border-color css
<style>
span { border-color: #5A8F03; }
span { border-color: rgb(90,143,3); }
td.TdClassName
{
border-color: #5A8F03;
}
.TagClassName
{
border-color: #5A8F03;
}
</style>