Shades of Dingley #627F3F
Tints of Dingley #627F3F
RGB
CMYK
RGB Variations
Color information
#627F3F (or 0x627F3F) is known color: Dingley. HEX triplet: 62, 7F and 3F. RGB value is (98,127,63). Sum of RGB (Red+Green+Blue) = 98+127+63=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #627F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627F3F is #9D80C0. Grayscale: #6F6F6F. Windows color (decimal): -10322113 or 4161378. OLE color: 4161378.
HSL color Cylindrical-coordinate representation of color #627F3F: hue angle of 87.19º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #627F3F is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 127 | 63 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.50 |
| HSL | 87.19º | 0.34% | 0.37% | - |
| HSV(B) | 87.19º | 0.5% | 0.5% | - |
| XYZ | 13.52 | 18.13 | 7.49 | - |
| YUV | 111.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 63 | 0.23 | 0 | 0.50 | 0.50 | 87.19 | 0.34 | 0.37 |
| Hex | 62 | 7F | 3F | 17 | 0 | 32 | 32 | 57 | 22 | 25 |
| Octal | 142 | 177 | 77 | 27 | 0 | 62 | 62 | 127 | 42 | 45 |
| Binary | 1100010 | 1111111 | 111111 | 10111 | 0 | 110010 | 110010 | 1010111 | 100010 | 100101 |
Color Harmonies of #627F3F
Complementary color
Monochromatic Colors of #627F3F
Black with #627F3F
Text Example
Text Example
White with #627F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627F3F; }
p { color: rgb(98,127,63); }
H1.HeaderClassName
{
color: #627F3F;
}
.AnyTagClassName
{
color: #627F3F;
}
</style>
background-color css
<style>
a { background-color: #627F3F; }
a { background-color: rgb(98,127,63); }
div.DivClassName
{
background-color: #627F3F;
}
.BgClassName
{
background-color: #627F3F;
}
</style>
border-color css
<style>
span { border-color: #627F3F; }
span { border-color: rgb(98,127,63); }
td.TdClassName
{
border-color: #627F3F;
}
.TagClassName
{
border-color: #627F3F;
}
</style>