Shades of Olive Drab #627E2C
Tints of Olive Drab #627E2C
RGB
CMYK
RGB Variations
Color information
#627E2C (or 0x627E2C) is known color: Olive Drab. HEX triplet: 62, 7E and 2C. RGB value is (98,126,44). Sum of RGB (Red+Green+Blue) = 98+126+44=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 126 - color contains mainly: green. Hex color #627E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627E2C is #9D81D3. Grayscale: #6C6C6C. Windows color (decimal): -10322388 or 2915938. OLE color: 2915938.
HSL color Cylindrical-coordinate representation of color #627E2C: hue angle of 80.49º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #627E2C is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 126 | 44 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.51 |
| HSL | 80.49º | 0.48% | 0.33% | - |
| HSV(B) | 80.49º | 0.65% | 0.49% | - |
| XYZ | 12.95 | 17.7 | 5.12 | - |
| YUV | 108.28 | 91.72 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 44 | 0.22 | 0 | 0.65 | 0.51 | 80.49 | 0.48 | 0.33 |
| Hex | 62 | 7E | 2C | 16 | 0 | 41 | 33 | 50 | 30 | 21 |
| Octal | 142 | 176 | 54 | 26 | 0 | 101 | 63 | 120 | 60 | 41 |
| Binary | 1100010 | 1111110 | 101100 | 10110 | 0 | 1000001 | 110011 | 1010000 | 110000 | 100001 |
Color Harmonies of #627E2C
Complementary color
Monochromatic Colors of #627E2C
Black with #627E2C
Text Example
Text Example
White with #627E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627E2C; }
p { color: rgb(98,126,44); }
H1.HeaderClassName
{
color: #627E2C;
}
.AnyTagClassName
{
color: #627E2C;
}
</style>
background-color css
<style>
a { background-color: #627E2C; }
a { background-color: rgb(98,126,44); }
div.DivClassName
{
background-color: #627E2C;
}
.BgClassName
{
background-color: #627E2C;
}
</style>
border-color css
<style>
span { border-color: #627E2C; }
span { border-color: rgb(98,126,44); }
td.TdClassName
{
border-color: #627E2C;
}
.TagClassName
{
border-color: #627E2C;
}
</style>