Shades of Olive Drab #627E21
Tints of Olive Drab #627E21
RGB
CMYK
RGB Variations
Color information
#627E21 (or 0x627E21) is known color: Olive Drab. HEX triplet: 62, 7E and 21. RGB value is (98,126,33). Sum of RGB (Red+Green+Blue) = 98+126+33=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 126 (49.61% from 255 or 49.03% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 126 - color contains mainly: green. Hex color #627E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627E21 is #9D81DE. Grayscale: #6B6B6B. Windows color (decimal): -10322399 or 2195042. OLE color: 2195042.
HSL color Cylindrical-coordinate representation of color #627E21: hue angle of 78.06º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #627E21 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 126 | 33 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.51 |
| HSL | 78.06º | 0.58% | 0.31% | - |
| HSV(B) | 78.06º | 0.74% | 0.49% | - |
| XYZ | 12.77 | 17.63 | 4.17 | - |
| YUV | 107.03 | 86.22 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 33 | 0.22 | 0 | 0.74 | 0.51 | 78.06 | 0.58 | 0.31 |
| Hex | 62 | 7E | 21 | 16 | 0 | 4A | 33 | 4E | 3A | 1F |
| Octal | 142 | 176 | 41 | 26 | 0 | 112 | 63 | 116 | 72 | 37 |
| Binary | 1100010 | 1111110 | 100001 | 10110 | 0 | 1001010 | 110011 | 1001110 | 111010 | 11111 |
Color Harmonies of #627E21
Complementary color
Monochromatic Colors of #627E21
Black with #627E21
Text Example
Text Example
White with #627E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627E21; }
p { color: rgb(98,126,33); }
H1.HeaderClassName
{
color: #627E21;
}
.AnyTagClassName
{
color: #627E21;
}
</style>
background-color css
<style>
a { background-color: #627E21; }
a { background-color: rgb(98,126,33); }
div.DivClassName
{
background-color: #627E21;
}
.BgClassName
{
background-color: #627E21;
}
</style>
border-color css
<style>
span { border-color: #627E21; }
span { border-color: rgb(98,126,33); }
td.TdClassName
{
border-color: #627E21;
}
.TagClassName
{
border-color: #627E21;
}
</style>