Shades of Dingley #637B45
Tints of Dingley #637B45
RGB
CMYK
RGB Variations
Color information
#637B45 (or 0x637B45) is known color: Dingley. HEX triplet: 63, 7B and 45. RGB value is (99,123,69). Sum of RGB (Red+Green+Blue) = 99+123+69=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 123 - color contains mainly: green. Hex color #637B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #637B45 is #9C84BA. Grayscale: #6D6D6D. Windows color (decimal): -10257595 or 4553571. OLE color: 4553571.
HSL color Cylindrical-coordinate representation of color #637B45: hue angle of 86.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #637B45 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 123 | 69 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.52 |
| HSL | 86.67º | 0.28% | 0.38% | - |
| HSV(B) | 86.67º | 0.44% | 0.48% | - |
| XYZ | 13.3 | 17.25 | 8.26 | - |
| YUV | 109.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 123 | 69 | 0.20 | 0 | 0.44 | 0.52 | 86.67 | 0.28 | 0.38 |
| Hex | 63 | 7B | 45 | 14 | 0 | 2C | 34 | 57 | 1C | 26 |
| Octal | 143 | 173 | 105 | 24 | 0 | 54 | 64 | 127 | 34 | 46 |
| Binary | 1100011 | 1111011 | 1000101 | 10100 | 0 | 101100 | 110100 | 1010111 | 11100 | 100110 |
Color Harmonies of #637B45
Complementary color
Monochromatic Colors of #637B45
Black with #637B45
Text Example
Text Example
White with #637B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637B45; }
p { color: rgb(99,123,69); }
H1.HeaderClassName
{
color: #637B45;
}
.AnyTagClassName
{
color: #637B45;
}
</style>
background-color css
<style>
a { background-color: #637B45; }
a { background-color: rgb(99,123,69); }
div.DivClassName
{
background-color: #637B45;
}
.BgClassName
{
background-color: #637B45;
}
</style>
border-color css
<style>
span { border-color: #637B45; }
span { border-color: rgb(99,123,69); }
td.TdClassName
{
border-color: #637B45;
}
.TagClassName
{
border-color: #637B45;
}
</style>