Shades of Dingley #627C45
Tints of Dingley #627C45
RGB
CMYK
RGB Variations
Color information
#627C45 (or 0x627C45) is known color: Dingley. HEX triplet: 62, 7C and 45. RGB value is (98,124,69). Sum of RGB (Red+Green+Blue) = 98+124+69=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 124 - color contains mainly: green. Hex color #627C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627C45 is #9D83BA. Grayscale: #6E6E6E. Windows color (decimal): -10322875 or 4553826. OLE color: 4553826.
HSL color Cylindrical-coordinate representation of color #627C45: hue angle of 88.36º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #627C45 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 124 | 69 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.51 |
| HSL | 88.36º | 0.28% | 0.38% | - |
| HSV(B) | 88.36º | 0.44% | 0.49% | - |
| XYZ | 13.32 | 17.44 | 8.29 | - |
| YUV | 109.96 | 104.89 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 69 | 0.21 | 0 | 0.44 | 0.51 | 88.36 | 0.28 | 0.38 |
| Hex | 62 | 7C | 45 | 15 | 0 | 2C | 33 | 58 | 1C | 26 |
| Octal | 142 | 174 | 105 | 25 | 0 | 54 | 63 | 130 | 34 | 46 |
| Binary | 1100010 | 1111100 | 1000101 | 10101 | 0 | 101100 | 110011 | 1011000 | 11100 | 100110 |
Color Harmonies of #627C45
Complementary color
Monochromatic Colors of #627C45
Black with #627C45
Text Example
Text Example
White with #627C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627C45; }
p { color: rgb(98,124,69); }
H1.HeaderClassName
{
color: #627C45;
}
.AnyTagClassName
{
color: #627C45;
}
</style>
background-color css
<style>
a { background-color: #627C45; }
a { background-color: rgb(98,124,69); }
div.DivClassName
{
background-color: #627C45;
}
.BgClassName
{
background-color: #627C45;
}
</style>
border-color css
<style>
span { border-color: #627C45; }
span { border-color: rgb(98,124,69); }
td.TdClassName
{
border-color: #627C45;
}
.TagClassName
{
border-color: #627C45;
}
</style>