Shades of Dingley #64903E
Tints of Dingley #64903E
RGB
CMYK
RGB Variations
Color information
#64903E (or 0x64903E) is known color: Dingley. HEX triplet: 64, 90 and 3E. RGB value is (100,144,62). Sum of RGB (Red+Green+Blue) = 100+144+62=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #64903E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64903E is #9B6FC1. Grayscale: #797979. Windows color (decimal): -10186690 or 4100196. OLE color: 4100196.
HSL color Cylindrical-coordinate representation of color #64903E: hue angle of 92.2º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64903E is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 144 | 62 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.44 |
| HSL | 92.2º | 0.4% | 0.4% | - |
| HSV(B) | 92.2º | 0.57% | 0.56% | - |
| XYZ | 16.1 | 23 | 8.15 | - |
| YUV | 121.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 62 | 0.31 | 0 | 0.57 | 0.44 | 92.2 | 0.4 | 0.4 |
| Hex | 64 | 90 | 3E | 1F | 0 | 39 | 2C | 5C | 28 | 28 |
| Octal | 144 | 220 | 76 | 37 | 0 | 71 | 54 | 134 | 50 | 50 |
| Binary | 1100100 | 10010000 | 111110 | 11111 | 0 | 111001 | 101100 | 1011100 | 101000 | 101000 |
Color Harmonies of #64903E
Complementary color
Monochromatic Colors of #64903E
Black with #64903E
Text Example
Text Example
White with #64903E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64903E; }
p { color: rgb(100,144,62); }
H1.HeaderClassName
{
color: #64903E;
}
.AnyTagClassName
{
color: #64903E;
}
</style>
background-color css
<style>
a { background-color: #64903E; }
a { background-color: rgb(100,144,62); }
div.DivClassName
{
background-color: #64903E;
}
.BgClassName
{
background-color: #64903E;
}
</style>
border-color css
<style>
span { border-color: #64903E; }
span { border-color: rgb(100,144,62); }
td.TdClassName
{
border-color: #64903E;
}
.TagClassName
{
border-color: #64903E;
}
</style>