Shades of Olive Drab #62931A
Tints of Olive Drab #62931A
RGB
CMYK
RGB Variations
Color information
#62931A (or 0x62931A) is known color: Olive Drab. HEX triplet: 62, 93 and 1A. RGB value is (98,147,26). Sum of RGB (Red+Green+Blue) = 98+147+26=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #62931A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62931A is #9D6CE5. Grayscale: #767676. Windows color (decimal): -10317030 or 1741666. OLE color: 1741666.
HSL color Cylindrical-coordinate representation of color #62931A: hue angle of 84.3º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #62931A is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 26 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.42 |
| HSL | 84.3º | 0.7% | 0.34% | - |
| HSV(B) | 84.3º | 0.82% | 0.58% | - |
| XYZ | 15.66 | 23.54 | 4.7 | - |
| YUV | 118.56 | 75.77 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 26 | 0.33 | 0 | 0.82 | 0.42 | 84.3 | 0.7 | 0.34 |
| Hex | 62 | 93 | 1A | 21 | 0 | 52 | 2A | 54 | 46 | 22 |
| Octal | 142 | 223 | 32 | 41 | 0 | 122 | 52 | 124 | 106 | 42 |
| Binary | 1100010 | 10010011 | 11010 | 100001 | 0 | 1010010 | 101010 | 1010100 | 1000110 | 100010 |
Color Harmonies of #62931A
Complementary color
Monochromatic Colors of #62931A
Black with #62931A
Text Example
Text Example
White with #62931A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62931A; }
p { color: rgb(98,147,26); }
H1.HeaderClassName
{
color: #62931A;
}
.AnyTagClassName
{
color: #62931A;
}
</style>
background-color css
<style>
a { background-color: #62931A; }
a { background-color: rgb(98,147,26); }
div.DivClassName
{
background-color: #62931A;
}
.BgClassName
{
background-color: #62931A;
}
</style>
border-color css
<style>
span { border-color: #62931A; }
span { border-color: rgb(98,147,26); }
td.TdClassName
{
border-color: #62931A;
}
.TagClassName
{
border-color: #62931A;
}
</style>