Shades of Olive Drab #518500
Tints of Olive Drab #518500
RGB
CMYK
RGB Variations
Color information
#518500 (or 0x518500) is known color: Olive Drab. HEX triplet: 51, 85 and 00. RGB value is (81,133,0). Sum of RGB (Red+Green+Blue) = 81+133+0=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #518500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518500 is #AE7AFF. Grayscale: #666666. Windows color (decimal): -11434752 or 34129. OLE color: 34129.
HSL color Cylindrical-coordinate representation of color #518500: hue angle of 83.46º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #518500 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 133 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.48 |
| HSL | 83.46º | 1% | 0.26% | - |
| HSV(B) | 83.46º | 1% | 0.52% | - |
| XYZ | 11.78 | 18.52 | 2.95 | - |
| YUV | 102.29 | 70.27 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 133 | 0 | 0.39 | 0 | 1 | 0.48 | 83.46 | 1 | 0.26 |
| Hex | 51 | 85 | 0 | 27 | 0 | 64 | 30 | 53 | 64 | 1A |
| Octal | 121 | 205 | 0 | 47 | 0 | 144 | 60 | 123 | 144 | 32 |
| Binary | 1010001 | 10000101 | 0 | 100111 | 0 | 1100100 | 110000 | 1010011 | 1100100 | 11010 |
Color Harmonies of #518500
Complementary color
Monochromatic Colors of #518500
Black with #518500
Text Example
Text Example
White with #518500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518500; }
p { color: rgb(81,133,0); }
H1.HeaderClassName
{
color: #518500;
}
.AnyTagClassName
{
color: #518500;
}
</style>
background-color css
<style>
a { background-color: #518500; }
a { background-color: rgb(81,133,0); }
div.DivClassName
{
background-color: #518500;
}
.BgClassName
{
background-color: #518500;
}
</style>
border-color css
<style>
span { border-color: #518500; }
span { border-color: rgb(81,133,0); }
td.TdClassName
{
border-color: #518500;
}
.TagClassName
{
border-color: #518500;
}
</style>