Shades of Dingley #637B4C
Tints of Dingley #637B4C
RGB
CMYK
RGB Variations
Color information
#637B4C (or 0x637B4C) is known color: Dingley. HEX triplet: 63, 7B and 4C. RGB value is (99,123,76). Sum of RGB (Red+Green+Blue) = 99+123+76=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #637B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #637B4C is #9C84B3. Grayscale: #6E6E6E. Windows color (decimal): -10257588 or 5012323. OLE color: 5012323.
HSL color Cylindrical-coordinate representation of color #637B4C: hue angle of 90.64º 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 #637B4C is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 123 | 76 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.52 |
| HSL | 90.64º | 0.24% | 0.39% | - |
| HSV(B) | 90.64º | 0.38% | 0.48% | - |
| XYZ | 13.53 | 17.34 | 9.47 | - |
| YUV | 110.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 123 | 76 | 0.20 | 0 | 0.38 | 0.52 | 90.64 | 0.24 | 0.39 |
| Hex | 63 | 7B | 4C | 14 | 0 | 26 | 34 | 5B | 18 | 27 |
| Octal | 143 | 173 | 114 | 24 | 0 | 46 | 64 | 133 | 30 | 47 |
| Binary | 1100011 | 1111011 | 1001100 | 10100 | 0 | 100110 | 110100 | 1011011 | 11000 | 100111 |
Color Harmonies of #637B4C
Complementary color
Monochromatic Colors of #637B4C
Black with #637B4C
Text Example
Text Example
White with #637B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637B4C; }
p { color: rgb(99,123,76); }
H1.HeaderClassName
{
color: #637B4C;
}
.AnyTagClassName
{
color: #637B4C;
}
</style>
background-color css
<style>
a { background-color: #637B4C; }
a { background-color: rgb(99,123,76); }
div.DivClassName
{
background-color: #637B4C;
}
.BgClassName
{
background-color: #637B4C;
}
</style>
border-color css
<style>
span { border-color: #637B4C; }
span { border-color: rgb(99,123,76); }
td.TdClassName
{
border-color: #637B4C;
}
.TagClassName
{
border-color: #637B4C;
}
</style>