Shades of Dingley #65903E
Tints of Dingley #65903E
RGB
CMYK
RGB Variations
Color information
#65903E (or 0x65903E) is known color: Dingley. HEX triplet: 65, 90 and 3E. RGB value is (101,144,62). Sum of RGB (Red+Green+Blue) = 101+144+62=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #65903E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65903E is #9A6FC1. Grayscale: #7A7A7A. Windows color (decimal): -10121154 or 4100197. OLE color: 4100197.
HSL color Cylindrical-coordinate representation of color #65903E: hue angle of 91.46º 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 #65903E is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 144 | 62 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.44 |
| HSL | 91.46º | 0.4% | 0.4% | - |
| HSV(B) | 91.46º | 0.57% | 0.56% | - |
| XYZ | 16.21 | 23.06 | 8.15 | - |
| YUV | 121.8 | 94.25 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 62 | 0.30 | 0 | 0.57 | 0.44 | 91.46 | 0.4 | 0.4 |
| Hex | 65 | 90 | 3E | 1E | 0 | 39 | 2C | 5B | 28 | 28 |
| Octal | 145 | 220 | 76 | 36 | 0 | 71 | 54 | 133 | 50 | 50 |
| Binary | 1100101 | 10010000 | 111110 | 11110 | 0 | 111001 | 101100 | 1011011 | 101000 | 101000 |
Color Harmonies of #65903E
Complementary color
Monochromatic Colors of #65903E
Black with #65903E
Text Example
Text Example
White with #65903E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65903E; }
p { color: rgb(101,144,62); }
H1.HeaderClassName
{
color: #65903E;
}
.AnyTagClassName
{
color: #65903E;
}
</style>
background-color css
<style>
a { background-color: #65903E; }
a { background-color: rgb(101,144,62); }
div.DivClassName
{
background-color: #65903E;
}
.BgClassName
{
background-color: #65903E;
}
</style>
border-color css
<style>
span { border-color: #65903E; }
span { border-color: rgb(101,144,62); }
td.TdClassName
{
border-color: #65903E;
}
.TagClassName
{
border-color: #65903E;
}
</style>