Shades of Olive Drab #627F2F
Tints of Olive Drab #627F2F
RGB
CMYK
RGB Variations
Color information
#627F2F (or 0x627F2F) is known color: Olive Drab. HEX triplet: 62, 7F and 2F. RGB value is (98,127,47). Sum of RGB (Red+Green+Blue) = 98+127+47=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 127 - color contains mainly: green. Hex color #627F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627F2F is #9D80D0. Grayscale: #6D6D6D. Windows color (decimal): -10322129 or 3112802. OLE color: 3112802.
HSL color Cylindrical-coordinate representation of color #627F2F: hue angle of 81.75º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #627F2F is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 127 | 47 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.50 |
| HSL | 81.75º | 0.46% | 0.34% | - |
| HSV(B) | 81.75º | 0.63% | 0.5% | - |
| XYZ | 13.14 | 17.98 | 5.47 | - |
| YUV | 109.21 | 92.89 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 47 | 0.23 | 0 | 0.63 | 0.50 | 81.75 | 0.46 | 0.34 |
| Hex | 62 | 7F | 2F | 17 | 0 | 3F | 32 | 52 | 2E | 22 |
| Octal | 142 | 177 | 57 | 27 | 0 | 77 | 62 | 122 | 56 | 42 |
| Binary | 1100010 | 1111111 | 101111 | 10111 | 0 | 111111 | 110010 | 1010010 | 101110 | 100010 |
Color Harmonies of #627F2F
Complementary color
Monochromatic Colors of #627F2F
Black with #627F2F
Text Example
Text Example
White with #627F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627F2F; }
p { color: rgb(98,127,47); }
H1.HeaderClassName
{
color: #627F2F;
}
.AnyTagClassName
{
color: #627F2F;
}
</style>
background-color css
<style>
a { background-color: #627F2F; }
a { background-color: rgb(98,127,47); }
div.DivClassName
{
background-color: #627F2F;
}
.BgClassName
{
background-color: #627F2F;
}
</style>
border-color css
<style>
span { border-color: #627F2F; }
span { border-color: rgb(98,127,47); }
td.TdClassName
{
border-color: #627F2F;
}
.TagClassName
{
border-color: #627F2F;
}
</style>