Shades of Dingley #627B4C
Tints of Dingley #627B4C
RGB
CMYK
RGB Variations
Color information
#627B4C (or 0x627B4C) is known color: Dingley. HEX triplet: 62, 7B and 4C. RGB value is (98,123,76). Sum of RGB (Red+Green+Blue) = 98+123+76=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 123 - color contains mainly: green. Hex color #627B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627B4C is #9D84B3. Grayscale: #6E6E6E. Windows color (decimal): -10323124 or 5012322. OLE color: 5012322.
HSL color Cylindrical-coordinate representation of color #627B4C: hue angle of 91.91º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #627B4C is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 123 | 76 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.52 |
| HSL | 91.91º | 0.24% | 0.39% | - |
| HSV(B) | 91.91º | 0.38% | 0.48% | - |
| XYZ | 13.42 | 17.28 | 9.47 | - |
| YUV | 110.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 76 | 0.20 | 0 | 0.38 | 0.52 | 91.91 | 0.24 | 0.39 |
| Hex | 62 | 7B | 4C | 14 | 0 | 26 | 34 | 5C | 18 | 27 |
| Octal | 142 | 173 | 114 | 24 | 0 | 46 | 64 | 134 | 30 | 47 |
| Binary | 1100010 | 1111011 | 1001100 | 10100 | 0 | 100110 | 110100 | 1011100 | 11000 | 100111 |
Color Harmonies of #627B4C
Complementary color
Monochromatic Colors of #627B4C
Black with #627B4C
Text Example
Text Example
White with #627B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627B4C; }
p { color: rgb(98,123,76); }
H1.HeaderClassName
{
color: #627B4C;
}
.AnyTagClassName
{
color: #627B4C;
}
</style>
background-color css
<style>
a { background-color: #627B4C; }
a { background-color: rgb(98,123,76); }
div.DivClassName
{
background-color: #627B4C;
}
.BgClassName
{
background-color: #627B4C;
}
</style>
border-color css
<style>
span { border-color: #627B4C; }
span { border-color: rgb(98,123,76); }
td.TdClassName
{
border-color: #627B4C;
}
.TagClassName
{
border-color: #627B4C;
}
</style>