Shades of Olive Drab #62930F
Tints of Olive Drab #62930F
RGB
CMYK
RGB Variations
Color information
#62930F (or 0x62930F) is known color: Olive Drab. HEX triplet: 62, 93 and 0F. RGB value is (98,147,15). Sum of RGB (Red+Green+Blue) = 98+147+15=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 147 (57.81% from 255 or 56.54% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 147 - color contains mainly: green. Hex color #62930F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62930F is #9D6CF0. Grayscale: #757575. Windows color (decimal): -10317041 or 1020770. OLE color: 1020770.
HSL color Cylindrical-coordinate representation of color #62930F: hue angle of 82.27º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62930F is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 15 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.42 |
| HSL | 82.27º | 0.81% | 0.32% | - |
| HSV(B) | 82.27º | 0.9% | 0.58% | - |
| XYZ | 15.56 | 23.5 | 4.17 | - |
| YUV | 117.3 | 70.27 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 15 | 0.33 | 0 | 0.90 | 0.42 | 82.27 | 0.81 | 0.32 |
| Hex | 62 | 93 | F | 21 | 0 | 5A | 2A | 52 | 51 | 20 |
| Octal | 142 | 223 | 17 | 41 | 0 | 132 | 52 | 122 | 121 | 40 |
| Binary | 1100010 | 10010011 | 1111 | 100001 | 0 | 1011010 | 101010 | 1010010 | 1010001 | 100000 |
Color Harmonies of #62930F
Complementary color
Monochromatic Colors of #62930F
Black with #62930F
Text Example
Text Example
White with #62930F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62930F; }
p { color: rgb(98,147,15); }
H1.HeaderClassName
{
color: #62930F;
}
.AnyTagClassName
{
color: #62930F;
}
</style>
background-color css
<style>
a { background-color: #62930F; }
a { background-color: rgb(98,147,15); }
div.DivClassName
{
background-color: #62930F;
}
.BgClassName
{
background-color: #62930F;
}
</style>
border-color css
<style>
span { border-color: #62930F; }
span { border-color: rgb(98,147,15); }
td.TdClassName
{
border-color: #62930F;
}
.TagClassName
{
border-color: #62930F;
}
</style>