Shades of Dingley #637A50
Tints of Dingley #637A50
RGB
CMYK
RGB Variations
Color information
#637A50 (or 0x637A50) is known color: Dingley. HEX triplet: 63, 7A and 50. RGB value is (99,122,80). Sum of RGB (Red+Green+Blue) = 99+122+80=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 122 - color contains mainly: green. Hex color #637A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637A50 is #9C85AF. Grayscale: #6E6E6E. Windows color (decimal): -10257840 or 5274211. OLE color: 5274211.
HSL color Cylindrical-coordinate representation of color #637A50: hue angle of 92.86º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #637A50 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 122 | 80 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.52 |
| HSL | 92.86º | 0.21% | 0.4% | - |
| HSV(B) | 92.86º | 0.34% | 0.48% | - |
| XYZ | 13.55 | 17.15 | 10.19 | - |
| YUV | 110.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 122 | 80 | 0.19 | 0 | 0.34 | 0.52 | 92.86 | 0.21 | 0.4 |
| Hex | 63 | 7A | 50 | 13 | 0 | 22 | 34 | 5D | 15 | 28 |
| Octal | 143 | 172 | 120 | 23 | 0 | 42 | 64 | 135 | 25 | 50 |
| Binary | 1100011 | 1111010 | 1010000 | 10011 | 0 | 100010 | 110100 | 1011101 | 10101 | 101000 |
Color Harmonies of #637A50
Complementary color
Monochromatic Colors of #637A50
Black with #637A50
Text Example
Text Example
White with #637A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637A50; }
p { color: rgb(99,122,80); }
H1.HeaderClassName
{
color: #637A50;
}
.AnyTagClassName
{
color: #637A50;
}
</style>
background-color css
<style>
a { background-color: #637A50; }
a { background-color: rgb(99,122,80); }
div.DivClassName
{
background-color: #637A50;
}
.BgClassName
{
background-color: #637A50;
}
</style>
border-color css
<style>
span { border-color: #637A50; }
span { border-color: rgb(99,122,80); }
td.TdClassName
{
border-color: #637A50;
}
.TagClassName
{
border-color: #637A50;
}
</style>