Shades of Dingley #627C44
Tints of Dingley #627C44
RGB
CMYK
RGB Variations
Color information
#627C44 (or 0x627C44) is known color: Dingley. HEX triplet: 62, 7C and 44. RGB value is (98,124,68). Sum of RGB (Red+Green+Blue) = 98+124+68=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #627C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627C44 is #9D83BB. Grayscale: #6E6E6E. Windows color (decimal): -10322876 or 4488290. OLE color: 4488290.
HSL color Cylindrical-coordinate representation of color #627C44: hue angle of 87.86º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #627C44 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 124 | 68 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.51 |
| HSL | 87.86º | 0.29% | 0.38% | - |
| HSV(B) | 87.86º | 0.45% | 0.49% | - |
| XYZ | 13.29 | 17.43 | 8.13 | - |
| YUV | 109.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 68 | 0.21 | 0 | 0.45 | 0.51 | 87.86 | 0.29 | 0.38 |
| Hex | 62 | 7C | 44 | 15 | 0 | 2D | 33 | 58 | 1D | 26 |
| Octal | 142 | 174 | 104 | 25 | 0 | 55 | 63 | 130 | 35 | 46 |
| Binary | 1100010 | 1111100 | 1000100 | 10101 | 0 | 101101 | 110011 | 1011000 | 11101 | 100110 |
Color Harmonies of #627C44
Complementary color
Monochromatic Colors of #627C44
Black with #627C44
Text Example
Text Example
White with #627C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627C44; }
p { color: rgb(98,124,68); }
H1.HeaderClassName
{
color: #627C44;
}
.AnyTagClassName
{
color: #627C44;
}
</style>
background-color css
<style>
a { background-color: #627C44; }
a { background-color: rgb(98,124,68); }
div.DivClassName
{
background-color: #627C44;
}
.BgClassName
{
background-color: #627C44;
}
</style>
border-color css
<style>
span { border-color: #627C44; }
span { border-color: rgb(98,124,68); }
td.TdClassName
{
border-color: #627C44;
}
.TagClassName
{
border-color: #627C44;
}
</style>