Shades of Dingley #637A4F
Tints of Dingley #637A4F
RGB
CMYK
RGB Variations
Color information
#637A4F (or 0x637A4F) is known color: Dingley. HEX triplet: 63, 7A and 4F. RGB value is (99,122,79). Sum of RGB (Red+Green+Blue) = 99+122+79=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #637A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637A4F is #9C85B0. Grayscale: #6E6E6E. Windows color (decimal): -10257841 or 5208675. OLE color: 5208675.
HSL color Cylindrical-coordinate representation of color #637A4F: hue angle of 92.09º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #637A4F is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 122 | 79 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.52 |
| HSL | 92.09º | 0.21% | 0.39% | - |
| HSV(B) | 92.09º | 0.35% | 0.48% | - |
| XYZ | 13.52 | 17.14 | 9.99 | - |
| YUV | 110.22 | 110.38 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 122 | 79 | 0.19 | 0 | 0.35 | 0.52 | 92.09 | 0.21 | 0.39 |
| Hex | 63 | 7A | 4F | 13 | 0 | 23 | 34 | 5C | 15 | 27 |
| Octal | 143 | 172 | 117 | 23 | 0 | 43 | 64 | 134 | 25 | 47 |
| Binary | 1100011 | 1111010 | 1001111 | 10011 | 0 | 100011 | 110100 | 1011100 | 10101 | 100111 |
Color Harmonies of #637A4F
Complementary color
Monochromatic Colors of #637A4F
Black with #637A4F
Text Example
Text Example
White with #637A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637A4F; }
p { color: rgb(99,122,79); }
H1.HeaderClassName
{
color: #637A4F;
}
.AnyTagClassName
{
color: #637A4F;
}
</style>
background-color css
<style>
a { background-color: #637A4F; }
a { background-color: rgb(99,122,79); }
div.DivClassName
{
background-color: #637A4F;
}
.BgClassName
{
background-color: #637A4F;
}
</style>
border-color css
<style>
span { border-color: #637A4F; }
span { border-color: rgb(99,122,79); }
td.TdClassName
{
border-color: #637A4F;
}
.TagClassName
{
border-color: #637A4F;
}
</style>