Shades of Dingley #627C3F
Tints of Dingley #627C3F
RGB
CMYK
RGB Variations
Color information
#627C3F (or 0x627C3F) is known color: Dingley. HEX triplet: 62, 7C and 3F. RGB value is (98,124,63). Sum of RGB (Red+Green+Blue) = 98+124+63=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 124 - color contains mainly: green. Hex color #627C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627C3F is #9D83C0. Grayscale: #6D6D6D. Windows color (decimal): -10322881 or 4160610. OLE color: 4160610.
HSL color Cylindrical-coordinate representation of color #627C3F: hue angle of 85.57º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #627C3F is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 124 | 63 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.51 |
| HSL | 85.57º | 0.33% | 0.37% | - |
| HSV(B) | 85.57º | 0.49% | 0.49% | - |
| XYZ | 13.14 | 17.37 | 7.36 | - |
| YUV | 109.27 | 101.89 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 63 | 0.21 | 0 | 0.49 | 0.51 | 85.57 | 0.33 | 0.37 |
| Hex | 62 | 7C | 3F | 15 | 0 | 31 | 33 | 56 | 21 | 25 |
| Octal | 142 | 174 | 77 | 25 | 0 | 61 | 63 | 126 | 41 | 45 |
| Binary | 1100010 | 1111100 | 111111 | 10101 | 0 | 110001 | 110011 | 1010110 | 100001 | 100101 |
Color Harmonies of #627C3F
Complementary color
Monochromatic Colors of #627C3F
Black with #627C3F
Text Example
Text Example
White with #627C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627C3F; }
p { color: rgb(98,124,63); }
H1.HeaderClassName
{
color: #627C3F;
}
.AnyTagClassName
{
color: #627C3F;
}
</style>
background-color css
<style>
a { background-color: #627C3F; }
a { background-color: rgb(98,124,63); }
div.DivClassName
{
background-color: #627C3F;
}
.BgClassName
{
background-color: #627C3F;
}
</style>
border-color css
<style>
span { border-color: #627C3F; }
span { border-color: rgb(98,124,63); }
td.TdClassName
{
border-color: #627C3F;
}
.TagClassName
{
border-color: #627C3F;
}
</style>