Shades of Olive Drab #518301
Tints of Olive Drab #518301
RGB
CMYK
RGB Variations
Color information
#518301 (or 0x518301) is known color: Olive Drab. HEX triplet: 51, 83 and 01. RGB value is (81,131,1). Sum of RGB (Red+Green+Blue) = 81+131+1=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #518301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518301 is #AE7CFE. Grayscale: #656565. Windows color (decimal): -11435263 or 99153. OLE color: 99153.
HSL color Cylindrical-coordinate representation of color #518301: hue angle of 83.08º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #518301 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 131 | 1 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.49 |
| HSL | 83.08º | 0.98% | 0.26% | - |
| HSV(B) | 83.08º | 0.99% | 0.51% | - |
| XYZ | 11.52 | 17.98 | 2.89 | - |
| YUV | 101.23 | 71.44 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 131 | 1 | 0.38 | 0 | 0.99 | 0.49 | 83.08 | 0.98 | 0.26 |
| Hex | 51 | 83 | 1 | 26 | 0 | 63 | 31 | 53 | 62 | 1A |
| Octal | 121 | 203 | 1 | 46 | 0 | 143 | 61 | 123 | 142 | 32 |
| Binary | 1010001 | 10000011 | 1 | 100110 | 0 | 1100011 | 110001 | 1010011 | 1100010 | 11010 |
Color Harmonies of #518301
Complementary color
Monochromatic Colors of #518301
Black with #518301
Text Example
Text Example
White with #518301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518301; }
p { color: rgb(81,131,1); }
H1.HeaderClassName
{
color: #518301;
}
.AnyTagClassName
{
color: #518301;
}
</style>
background-color css
<style>
a { background-color: #518301; }
a { background-color: rgb(81,131,1); }
div.DivClassName
{
background-color: #518301;
}
.BgClassName
{
background-color: #518301;
}
</style>
border-color css
<style>
span { border-color: #518301; }
span { border-color: rgb(81,131,1); }
td.TdClassName
{
border-color: #518301;
}
.TagClassName
{
border-color: #518301;
}
</style>