Shades of Dingley #62903F
Tints of Dingley #62903F
RGB
CMYK
RGB Variations
Color information
#62903F (or 0x62903F) is known color: Dingley. HEX triplet: 62, 90 and 3F. RGB value is (98,144,63). Sum of RGB (Red+Green+Blue) = 98+144+63=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #62903F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62903F is #9D6FC0. Grayscale: #797979. Windows color (decimal): -10317761 or 4165730. OLE color: 4165730.
HSL color Cylindrical-coordinate representation of color #62903F: hue angle of 94.07º 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 #62903F is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 144 | 63 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.44 |
| HSL | 94.07º | 0.39% | 0.41% | - |
| HSV(B) | 94.07º | 0.56% | 0.56% | - |
| XYZ | 15.91 | 22.9 | 8.28 | - |
| YUV | 121.01 | 95.26 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 63 | 0.32 | 0 | 0.56 | 0.44 | 94.07 | 0.39 | 0.41 |
| Hex | 62 | 90 | 3F | 20 | 0 | 38 | 2C | 5E | 27 | 29 |
| Octal | 142 | 220 | 77 | 40 | 0 | 70 | 54 | 136 | 47 | 51 |
| Binary | 1100010 | 10010000 | 111111 | 100000 | 0 | 111000 | 101100 | 1011110 | 100111 | 101001 |
Color Harmonies of #62903F
Complementary color
Monochromatic Colors of #62903F
Black with #62903F
Text Example
Text Example
White with #62903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62903F; }
p { color: rgb(98,144,63); }
H1.HeaderClassName
{
color: #62903F;
}
.AnyTagClassName
{
color: #62903F;
}
</style>
background-color css
<style>
a { background-color: #62903F; }
a { background-color: rgb(98,144,63); }
div.DivClassName
{
background-color: #62903F;
}
.BgClassName
{
background-color: #62903F;
}
</style>
border-color css
<style>
span { border-color: #62903F; }
span { border-color: rgb(98,144,63); }
td.TdClassName
{
border-color: #62903F;
}
.TagClassName
{
border-color: #62903F;
}
</style>