Shades of Dingley #61803D
Tints of Dingley #61803D
RGB
CMYK
RGB Variations
Color information
#61803D (or 0x61803D) is known color: Dingley. HEX triplet: 61, 80 and 3D. RGB value is (97,128,61). Sum of RGB (Red+Green+Blue) = 97+128+61=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #61803D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61803D is #9E7FC2. Grayscale: #6F6F6F. Windows color (decimal): -10387395 or 4030561. OLE color: 4030561.
HSL color Cylindrical-coordinate representation of color #61803D: hue angle of 87.76º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61803D is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 128 | 61 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.50 |
| HSL | 87.76º | 0.35% | 0.37% | - |
| HSV(B) | 87.76º | 0.52% | 0.5% | - |
| XYZ | 13.49 | 18.32 | 7.24 | - |
| YUV | 111.09 | 99.73 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 128 | 61 | 0.24 | 0 | 0.52 | 0.50 | 87.76 | 0.35 | 0.37 |
| Hex | 61 | 80 | 3D | 18 | 0 | 34 | 32 | 58 | 23 | 25 |
| Octal | 141 | 200 | 75 | 30 | 0 | 64 | 62 | 130 | 43 | 45 |
| Binary | 1100001 | 10000000 | 111101 | 11000 | 0 | 110100 | 110010 | 1011000 | 100011 | 100101 |
Color Harmonies of #61803D
Complementary color
Monochromatic Colors of #61803D
Black with #61803D
Text Example
Text Example
White with #61803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61803D; }
p { color: rgb(97,128,61); }
H1.HeaderClassName
{
color: #61803D;
}
.AnyTagClassName
{
color: #61803D;
}
</style>
background-color css
<style>
a { background-color: #61803D; }
a { background-color: rgb(97,128,61); }
div.DivClassName
{
background-color: #61803D;
}
.BgClassName
{
background-color: #61803D;
}
</style>
border-color css
<style>
span { border-color: #61803D; }
span { border-color: rgb(97,128,61); }
td.TdClassName
{
border-color: #61803D;
}
.TagClassName
{
border-color: #61803D;
}
</style>