Shades of Olive Drab #508200
Tints of Olive Drab #508200
RGB
CMYK
RGB Variations
Color information
#508200 (or 0x508200) is known color: Olive Drab. HEX triplet: 50, 82 and 00. RGB value is (80,130,0). Sum of RGB (Red+Green+Blue) = 80+130+0=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #508200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508200 is #AF7DFF. Grayscale: #646464. Windows color (decimal): -11501056 or 33360. OLE color: 33360.
HSL color Cylindrical-coordinate representation of color #508200: hue angle of 83.08º 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 #508200 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 130 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.49 |
| HSL | 83.08º | 1% | 0.25% | - |
| HSV(B) | 83.08º | 1% | 0.51% | - |
| XYZ | 11.29 | 17.67 | 2.82 | - |
| YUV | 100.23 | 71.44 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 0 | 0.38 | 0 | 1 | 0.49 | 83.08 | 1 | 0.25 |
| Hex | 50 | 82 | 0 | 26 | 0 | 64 | 31 | 53 | 64 | 19 |
| Octal | 120 | 202 | 0 | 46 | 0 | 144 | 61 | 123 | 144 | 31 |
| Binary | 1010000 | 10000010 | 0 | 100110 | 0 | 1100100 | 110001 | 1010011 | 1100100 | 11001 |
Color Harmonies of #508200
Complementary color
Monochromatic Colors of #508200
Black with #508200
Text Example
Text Example
White with #508200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508200; }
p { color: rgb(80,130,0); }
H1.HeaderClassName
{
color: #508200;
}
.AnyTagClassName
{
color: #508200;
}
</style>
background-color css
<style>
a { background-color: #508200; }
a { background-color: rgb(80,130,0); }
div.DivClassName
{
background-color: #508200;
}
.BgClassName
{
background-color: #508200;
}
</style>
border-color css
<style>
span { border-color: #508200; }
span { border-color: rgb(80,130,0); }
td.TdClassName
{
border-color: #508200;
}
.TagClassName
{
border-color: #508200;
}
</style>