Shades of Olive Drab #62921A
Tints of Olive Drab #62921A
RGB
CMYK
RGB Variations
Color information
#62921A (or 0x62921A) is known color: Olive Drab. HEX triplet: 62, 92 and 1A. RGB value is (98,146,26). Sum of RGB (Red+Green+Blue) = 98+146+26=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #62921A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62921A is #9D6DE5. Grayscale: #767676. Windows color (decimal): -10317286 or 1741410. OLE color: 1741410.
HSL color Cylindrical-coordinate representation of color #62921A: hue angle of 84º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #62921A is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 146 | 26 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.43 |
| HSL | 84º | 0.7% | 0.34% | - |
| HSV(B) | 84º | 0.82% | 0.57% | - |
| XYZ | 15.5 | 23.23 | 4.64 | - |
| YUV | 117.97 | 76.1 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 26 | 0.33 | 0 | 0.82 | 0.43 | 84 | 0.7 | 0.34 |
| Hex | 62 | 92 | 1A | 21 | 0 | 52 | 2B | 54 | 46 | 22 |
| Octal | 142 | 222 | 32 | 41 | 0 | 122 | 53 | 124 | 106 | 42 |
| Binary | 1100010 | 10010010 | 11010 | 100001 | 0 | 1010010 | 101011 | 1010100 | 1000110 | 100010 |
Color Harmonies of #62921A
Complementary color
Monochromatic Colors of #62921A
Black with #62921A
Text Example
Text Example
White with #62921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62921A; }
p { color: rgb(98,146,26); }
H1.HeaderClassName
{
color: #62921A;
}
.AnyTagClassName
{
color: #62921A;
}
</style>
background-color css
<style>
a { background-color: #62921A; }
a { background-color: rgb(98,146,26); }
div.DivClassName
{
background-color: #62921A;
}
.BgClassName
{
background-color: #62921A;
}
</style>
border-color css
<style>
span { border-color: #62921A; }
span { border-color: rgb(98,146,26); }
td.TdClassName
{
border-color: #62921A;
}
.TagClassName
{
border-color: #62921A;
}
</style>