Shades of Dingley #627A44
Tints of Dingley #627A44
RGB
CMYK
RGB Variations
Color information
#627A44 (or 0x627A44) is known color: Dingley. HEX triplet: 62, 7A and 44. RGB value is (98,122,68). Sum of RGB (Red+Green+Blue) = 98+122+68=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 122 - color contains mainly: green. Hex color #627A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627A44 is #9D85BB. Grayscale: #6C6C6C. Windows color (decimal): -10323388 or 4487778. OLE color: 4487778.
HSL color Cylindrical-coordinate representation of color #627A44: hue angle of 86.67º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #627A44 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 122 | 68 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.52 |
| HSL | 86.67º | 0.28% | 0.37% | - |
| HSV(B) | 86.67º | 0.44% | 0.48% | - |
| XYZ | 13.04 | 16.93 | 8.05 | - |
| YUV | 108.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 68 | 0.20 | 0 | 0.44 | 0.52 | 86.67 | 0.28 | 0.37 |
| Hex | 62 | 7A | 44 | 14 | 0 | 2C | 34 | 57 | 1C | 25 |
| Octal | 142 | 172 | 104 | 24 | 0 | 54 | 64 | 127 | 34 | 45 |
| Binary | 1100010 | 1111010 | 1000100 | 10100 | 0 | 101100 | 110100 | 1010111 | 11100 | 100101 |
Color Harmonies of #627A44
Complementary color
Monochromatic Colors of #627A44
Black with #627A44
Text Example
Text Example
White with #627A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627A44; }
p { color: rgb(98,122,68); }
H1.HeaderClassName
{
color: #627A44;
}
.AnyTagClassName
{
color: #627A44;
}
</style>
background-color css
<style>
a { background-color: #627A44; }
a { background-color: rgb(98,122,68); }
div.DivClassName
{
background-color: #627A44;
}
.BgClassName
{
background-color: #627A44;
}
</style>
border-color css
<style>
span { border-color: #627A44; }
span { border-color: rgb(98,122,68); }
td.TdClassName
{
border-color: #627A44;
}
.TagClassName
{
border-color: #627A44;
}
</style>