Shades of Dingley #61833D
Tints of Dingley #61833D
RGB
CMYK
RGB Variations
Color information
#61833D (or 0x61833D) is known color: Dingley. HEX triplet: 61, 83 and 3D. RGB value is (97,131,61). Sum of RGB (Red+Green+Blue) = 97+131+61=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #61833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61833D is #9E7CC2. Grayscale: #717171. Windows color (decimal): -10386627 or 4031329. OLE color: 4031329.
HSL color Cylindrical-coordinate representation of color #61833D: hue angle of 89.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61833D is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 131 | 61 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.49 |
| HSL | 89.14º | 0.36% | 0.38% | - |
| HSV(B) | 89.14º | 0.53% | 0.51% | - |
| XYZ | 13.89 | 19.11 | 7.37 | - |
| YUV | 112.85 | 98.74 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 131 | 61 | 0.26 | 0 | 0.53 | 0.49 | 89.14 | 0.36 | 0.38 |
| Hex | 61 | 83 | 3D | 1A | 0 | 35 | 31 | 59 | 24 | 26 |
| Octal | 141 | 203 | 75 | 32 | 0 | 65 | 61 | 131 | 44 | 46 |
| Binary | 1100001 | 10000011 | 111101 | 11010 | 0 | 110101 | 110001 | 1011001 | 100100 | 100110 |
Color Harmonies of #61833D
Complementary color
Monochromatic Colors of #61833D
Black with #61833D
Text Example
Text Example
White with #61833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61833D; }
p { color: rgb(97,131,61); }
H1.HeaderClassName
{
color: #61833D;
}
.AnyTagClassName
{
color: #61833D;
}
</style>
background-color css
<style>
a { background-color: #61833D; }
a { background-color: rgb(97,131,61); }
div.DivClassName
{
background-color: #61833D;
}
.BgClassName
{
background-color: #61833D;
}
</style>
border-color css
<style>
span { border-color: #61833D; }
span { border-color: rgb(97,131,61); }
td.TdClassName
{
border-color: #61833D;
}
.TagClassName
{
border-color: #61833D;
}
</style>