Shades of Dingley #61823D
Tints of Dingley #61823D
RGB
CMYK
RGB Variations
Color information
#61823D (or 0x61823D) is known color: Dingley. HEX triplet: 61, 82 and 3D. RGB value is (97,130,61). Sum of RGB (Red+Green+Blue) = 97+130+61=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #61823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61823D is #9E7DC2. Grayscale: #707070. Windows color (decimal): -10386883 or 4031073. OLE color: 4031073.
HSL color Cylindrical-coordinate representation of color #61823D: hue angle of 88.7º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61823D is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 130 | 61 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.49 |
| HSL | 88.7º | 0.36% | 0.37% | - |
| HSV(B) | 88.7º | 0.53% | 0.51% | - |
| XYZ | 13.75 | 18.84 | 7.33 | - |
| YUV | 112.27 | 99.07 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 61 | 0.25 | 0 | 0.53 | 0.49 | 88.7 | 0.36 | 0.37 |
| Hex | 61 | 82 | 3D | 19 | 0 | 35 | 31 | 59 | 24 | 25 |
| Octal | 141 | 202 | 75 | 31 | 0 | 65 | 61 | 131 | 44 | 45 |
| Binary | 1100001 | 10000010 | 111101 | 11001 | 0 | 110101 | 110001 | 1011001 | 100100 | 100101 |
Color Harmonies of #61823D
Complementary color
Monochromatic Colors of #61823D
Black with #61823D
Text Example
Text Example
White with #61823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61823D; }
p { color: rgb(97,130,61); }
H1.HeaderClassName
{
color: #61823D;
}
.AnyTagClassName
{
color: #61823D;
}
</style>
background-color css
<style>
a { background-color: #61823D; }
a { background-color: rgb(97,130,61); }
div.DivClassName
{
background-color: #61823D;
}
.BgClassName
{
background-color: #61823D;
}
</style>
border-color css
<style>
span { border-color: #61823D; }
span { border-color: rgb(97,130,61); }
td.TdClassName
{
border-color: #61823D;
}
.TagClassName
{
border-color: #61823D;
}
</style>