Shades of Olive Drab #627F29
Tints of Olive Drab #627F29
RGB
CMYK
RGB Variations
Color information
#627F29 (or 0x627F29) is known color: Olive Drab. HEX triplet: 62, 7F and 29. RGB value is (98,127,41). Sum of RGB (Red+Green+Blue) = 98+127+41=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #627F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627F29 is #9D80D6. Grayscale: #6C6C6C. Windows color (decimal): -10322135 or 2719586. OLE color: 2719586.
HSL color Cylindrical-coordinate representation of color #627F29: hue angle of 80.23º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #627F29 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 127 | 41 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.50 |
| HSL | 80.23º | 0.51% | 0.33% | - |
| HSV(B) | 80.23º | 0.68% | 0.5% | - |
| XYZ | 13.03 | 17.94 | 4.87 | - |
| YUV | 108.53 | 89.89 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 41 | 0.23 | 0 | 0.68 | 0.50 | 80.23 | 0.51 | 0.33 |
| Hex | 62 | 7F | 29 | 17 | 0 | 44 | 32 | 50 | 33 | 21 |
| Octal | 142 | 177 | 51 | 27 | 0 | 104 | 62 | 120 | 63 | 41 |
| Binary | 1100010 | 1111111 | 101001 | 10111 | 0 | 1000100 | 110010 | 1010000 | 110011 | 100001 |
Color Harmonies of #627F29
Complementary color
Monochromatic Colors of #627F29
Black with #627F29
Text Example
Text Example
White with #627F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627F29; }
p { color: rgb(98,127,41); }
H1.HeaderClassName
{
color: #627F29;
}
.AnyTagClassName
{
color: #627F29;
}
</style>
background-color css
<style>
a { background-color: #627F29; }
a { background-color: rgb(98,127,41); }
div.DivClassName
{
background-color: #627F29;
}
.BgClassName
{
background-color: #627F29;
}
</style>
border-color css
<style>
span { border-color: #627F29; }
span { border-color: rgb(98,127,41); }
td.TdClassName
{
border-color: #627F29;
}
.TagClassName
{
border-color: #627F29;
}
</style>