Shades of Olive Drab #518200
Tints of Olive Drab #518200
RGB
CMYK
RGB Variations
Color information
#518200 (or 0x518200) is known color: Olive Drab. HEX triplet: 51, 82 and 00. RGB value is (81,130,0). Sum of RGB (Red+Green+Blue) = 81+130+0=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #518200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518200 is #AE7DFF. Grayscale: #656565. Windows color (decimal): -11435520 or 33361. OLE color: 33361.
HSL color Cylindrical-coordinate representation of color #518200: hue angle of 82.62º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #518200 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 130 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.49 |
| HSL | 82.62º | 1% | 0.25% | - |
| HSV(B) | 82.62º | 1% | 0.51% | - |
| XYZ | 11.38 | 17.71 | 2.82 | - |
| YUV | 100.53 | 71.27 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 130 | 0 | 0.38 | 0 | 1 | 0.49 | 82.62 | 1 | 0.25 |
| Hex | 51 | 82 | 0 | 26 | 0 | 64 | 31 | 53 | 64 | 19 |
| Octal | 121 | 202 | 0 | 46 | 0 | 144 | 61 | 123 | 144 | 31 |
| Binary | 1010001 | 10000010 | 0 | 100110 | 0 | 1100100 | 110001 | 1010011 | 1100100 | 11001 |
Color Harmonies of #518200
Complementary color
Monochromatic Colors of #518200
Black with #518200
Text Example
Text Example
White with #518200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518200; }
p { color: rgb(81,130,0); }
H1.HeaderClassName
{
color: #518200;
}
.AnyTagClassName
{
color: #518200;
}
</style>
background-color css
<style>
a { background-color: #518200; }
a { background-color: rgb(81,130,0); }
div.DivClassName
{
background-color: #518200;
}
.BgClassName
{
background-color: #518200;
}
</style>
border-color css
<style>
span { border-color: #518200; }
span { border-color: rgb(81,130,0); }
td.TdClassName
{
border-color: #518200;
}
.TagClassName
{
border-color: #518200;
}
</style>