Shades of Dingley #627B4D
Tints of Dingley #627B4D
RGB
CMYK
RGB Variations
Color information
#627B4D (or 0x627B4D) is known color: Dingley. HEX triplet: 62, 7B and 4D. RGB value is (98,123,77). Sum of RGB (Red+Green+Blue) = 98+123+77=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #627B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627B4D is #9D84B2. Grayscale: #6E6E6E. Windows color (decimal): -10323123 or 5077858. OLE color: 5077858.
HSL color Cylindrical-coordinate representation of color #627B4D: hue angle of 92.61º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #627B4D is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 123 | 77 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.52 |
| HSL | 92.61º | 0.23% | 0.39% | - |
| HSV(B) | 92.61º | 0.37% | 0.48% | - |
| XYZ | 13.46 | 17.3 | 9.65 | - |
| YUV | 110.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 77 | 0.20 | 0 | 0.37 | 0.52 | 92.61 | 0.23 | 0.39 |
| Hex | 62 | 7B | 4D | 14 | 0 | 25 | 34 | 5D | 17 | 27 |
| Octal | 142 | 173 | 115 | 24 | 0 | 45 | 64 | 135 | 27 | 47 |
| Binary | 1100010 | 1111011 | 1001101 | 10100 | 0 | 100101 | 110100 | 1011101 | 10111 | 100111 |
Color Harmonies of #627B4D
Complementary color
Monochromatic Colors of #627B4D
Black with #627B4D
Text Example
Text Example
White with #627B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627B4D; }
p { color: rgb(98,123,77); }
H1.HeaderClassName
{
color: #627B4D;
}
.AnyTagClassName
{
color: #627B4D;
}
</style>
background-color css
<style>
a { background-color: #627B4D; }
a { background-color: rgb(98,123,77); }
div.DivClassName
{
background-color: #627B4D;
}
.BgClassName
{
background-color: #627B4D;
}
</style>
border-color css
<style>
span { border-color: #627B4D; }
span { border-color: rgb(98,123,77); }
td.TdClassName
{
border-color: #627B4D;
}
.TagClassName
{
border-color: #627B4D;
}
</style>