Shades of Dingley #65903F
Tints of Dingley #65903F
RGB
CMYK
RGB Variations
Color information
#65903F (or 0x65903F) is known color: Dingley. HEX triplet: 65, 90 and 3F. RGB value is (101,144,63). Sum of RGB (Red+Green+Blue) = 101+144+63=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #65903F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65903F is #9A6FC0. Grayscale: #7A7A7A. Windows color (decimal): -10121153 or 4165733. OLE color: 4165733.
HSL color Cylindrical-coordinate representation of color #65903F: hue angle of 91.85º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65903F is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 144 | 63 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.44 |
| HSL | 91.85º | 0.39% | 0.41% | - |
| HSV(B) | 91.85º | 0.56% | 0.56% | - |
| XYZ | 16.24 | 23.07 | 8.3 | - |
| YUV | 121.91 | 94.75 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 63 | 0.30 | 0 | 0.56 | 0.44 | 91.85 | 0.39 | 0.41 |
| Hex | 65 | 90 | 3F | 1E | 0 | 38 | 2C | 5C | 27 | 29 |
| Octal | 145 | 220 | 77 | 36 | 0 | 70 | 54 | 134 | 47 | 51 |
| Binary | 1100101 | 10010000 | 111111 | 11110 | 0 | 111000 | 101100 | 1011100 | 100111 | 101001 |
Color Harmonies of #65903F
Complementary color
Monochromatic Colors of #65903F
Black with #65903F
Text Example
Text Example
White with #65903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65903F; }
p { color: rgb(101,144,63); }
H1.HeaderClassName
{
color: #65903F;
}
.AnyTagClassName
{
color: #65903F;
}
</style>
background-color css
<style>
a { background-color: #65903F; }
a { background-color: rgb(101,144,63); }
div.DivClassName
{
background-color: #65903F;
}
.BgClassName
{
background-color: #65903F;
}
</style>
border-color css
<style>
span { border-color: #65903F; }
span { border-color: rgb(101,144,63); }
td.TdClassName
{
border-color: #65903F;
}
.TagClassName
{
border-color: #65903F;
}
</style>