Shades of Olive Drab #628030
Tints of Olive Drab #628030
RGB
CMYK
RGB Variations
Color information
#628030 (or 0x628030) is known color: Olive Drab. HEX triplet: 62, 80 and 30. RGB value is (98,128,48). Sum of RGB (Red+Green+Blue) = 98+128+48=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 128 - color contains mainly: green. Hex color #628030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628030 is #9D7FCF. Grayscale: #6E6E6E. Windows color (decimal): -10321872 or 3178594. OLE color: 3178594.
HSL color Cylindrical-coordinate representation of color #628030: hue angle of 82.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #628030 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 128 | 48 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.50 |
| HSL | 82.5º | 0.45% | 0.35% | - |
| HSV(B) | 82.5º | 0.63% | 0.5% | - |
| XYZ | 13.29 | 18.25 | 5.62 | - |
| YUV | 109.91 | 93.06 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 128 | 48 | 0.23 | 0 | 0.62 | 0.50 | 82.5 | 0.45 | 0.35 |
| Hex | 62 | 80 | 30 | 17 | 0 | 3E | 32 | 52 | 2D | 23 |
| Octal | 142 | 200 | 60 | 27 | 0 | 76 | 62 | 122 | 55 | 43 |
| Binary | 1100010 | 10000000 | 110000 | 10111 | 0 | 111110 | 110010 | 1010010 | 101101 | 100011 |
Color Harmonies of #628030
Complementary color
Monochromatic Colors of #628030
Black with #628030
Text Example
Text Example
White with #628030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628030; }
p { color: rgb(98,128,48); }
H1.HeaderClassName
{
color: #628030;
}
.AnyTagClassName
{
color: #628030;
}
</style>
background-color css
<style>
a { background-color: #628030; }
a { background-color: rgb(98,128,48); }
div.DivClassName
{
background-color: #628030;
}
.BgClassName
{
background-color: #628030;
}
</style>
border-color css
<style>
span { border-color: #628030; }
span { border-color: rgb(98,128,48); }
td.TdClassName
{
border-color: #628030;
}
.TagClassName
{
border-color: #628030;
}
</style>