Shades of Dingley #627942
Tints of Dingley #627942
RGB
CMYK
RGB Variations
Color information
#627942 (or 0x627942) is known color: Dingley. HEX triplet: 62, 79 and 42. RGB value is (98,121,66). Sum of RGB (Red+Green+Blue) = 98+121+66=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 121 - color contains mainly: green. Hex color #627942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627942 is #9D86BD. Grayscale: #6C6C6C. Windows color (decimal): -10323646 or 4356450. OLE color: 4356450.
HSL color Cylindrical-coordinate representation of color #627942: hue angle of 85.09º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #627942 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 121 | 66 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.53 |
| HSL | 85.09º | 0.29% | 0.37% | - |
| HSV(B) | 85.09º | 0.45% | 0.47% | - |
| XYZ | 12.86 | 16.66 | 7.69 | - |
| YUV | 107.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 121 | 66 | 0.19 | 0 | 0.45 | 0.53 | 85.09 | 0.29 | 0.37 |
| Hex | 62 | 79 | 42 | 13 | 0 | 2D | 35 | 55 | 1D | 25 |
| Octal | 142 | 171 | 102 | 23 | 0 | 55 | 65 | 125 | 35 | 45 |
| Binary | 1100010 | 1111001 | 1000010 | 10011 | 0 | 101101 | 110101 | 1010101 | 11101 | 100101 |
Color Harmonies of #627942
Complementary color
Monochromatic Colors of #627942
Black with #627942
Text Example
Text Example
White with #627942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627942; }
p { color: rgb(98,121,66); }
H1.HeaderClassName
{
color: #627942;
}
.AnyTagClassName
{
color: #627942;
}
</style>
background-color css
<style>
a { background-color: #627942; }
a { background-color: rgb(98,121,66); }
div.DivClassName
{
background-color: #627942;
}
.BgClassName
{
background-color: #627942;
}
</style>
border-color css
<style>
span { border-color: #627942; }
span { border-color: rgb(98,121,66); }
td.TdClassName
{
border-color: #627942;
}
.TagClassName
{
border-color: #627942;
}
</style>