Shades of Dingley #627B4E
Tints of Dingley #627B4E
RGB
CMYK
RGB Variations
Color information
#627B4E (or 0x627B4E) is known color: Dingley. HEX triplet: 62, 7B and 4E. RGB value is (98,123,78). Sum of RGB (Red+Green+Blue) = 98+123+78=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 123 - color contains mainly: green. Hex color #627B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627B4E is #9D84B1. Grayscale: #6E6E6E. Windows color (decimal): -10323122 or 5143394. OLE color: 5143394.
HSL color Cylindrical-coordinate representation of color #627B4E: hue angle of 93.33º degrees, saturation: 0.22, 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 #627B4E is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 123 | 78 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.52 |
| HSL | 93.33º | 0.22% | 0.39% | - |
| HSV(B) | 93.33º | 0.37% | 0.48% | - |
| XYZ | 13.5 | 17.31 | 9.84 | - |
| YUV | 110.4 | 109.72 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 78 | 0.20 | 0 | 0.37 | 0.52 | 93.33 | 0.22 | 0.39 |
| Hex | 62 | 7B | 4E | 14 | 0 | 25 | 34 | 5D | 16 | 27 |
| Octal | 142 | 173 | 116 | 24 | 0 | 45 | 64 | 135 | 26 | 47 |
| Binary | 1100010 | 1111011 | 1001110 | 10100 | 0 | 100101 | 110100 | 1011101 | 10110 | 100111 |
Color Harmonies of #627B4E
Complementary color
Monochromatic Colors of #627B4E
Black with #627B4E
Text Example
Text Example
White with #627B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627B4E; }
p { color: rgb(98,123,78); }
H1.HeaderClassName
{
color: #627B4E;
}
.AnyTagClassName
{
color: #627B4E;
}
</style>
background-color css
<style>
a { background-color: #627B4E; }
a { background-color: rgb(98,123,78); }
div.DivClassName
{
background-color: #627B4E;
}
.BgClassName
{
background-color: #627B4E;
}
</style>
border-color css
<style>
span { border-color: #627B4E; }
span { border-color: rgb(98,123,78); }
td.TdClassName
{
border-color: #627B4E;
}
.TagClassName
{
border-color: #627B4E;
}
</style>