Shades of Dingley #61873C
Tints of Dingley #61873C
RGB
CMYK
RGB Variations
Color information
#61873C (or 0x61873C) is known color: Dingley. HEX triplet: 61, 87 and 3C. RGB value is (97,135,60). Sum of RGB (Red+Green+Blue) = 97+135+60=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #61873C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61873C is #9E78C3. Grayscale: #737373. Windows color (decimal): -10385604 or 3966817. OLE color: 3966817.
HSL color Cylindrical-coordinate representation of color #61873C: hue angle of 90.4º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61873C is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 135 | 60 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.47 |
| HSL | 90.4º | 0.38% | 0.38% | - |
| HSV(B) | 90.4º | 0.56% | 0.53% | - |
| XYZ | 14.41 | 20.2 | 7.41 | - |
| YUV | 115.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 135 | 60 | 0.28 | 0 | 0.56 | 0.47 | 90.4 | 0.38 | 0.38 |
| Hex | 61 | 87 | 3C | 1C | 0 | 38 | 2F | 5A | 26 | 26 |
| Octal | 141 | 207 | 74 | 34 | 0 | 70 | 57 | 132 | 46 | 46 |
| Binary | 1100001 | 10000111 | 111100 | 11100 | 0 | 111000 | 101111 | 1011010 | 100110 | 100110 |
Color Harmonies of #61873C
Complementary color
Monochromatic Colors of #61873C
Black with #61873C
Text Example
Text Example
White with #61873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61873C; }
p { color: rgb(97,135,60); }
H1.HeaderClassName
{
color: #61873C;
}
.AnyTagClassName
{
color: #61873C;
}
</style>
background-color css
<style>
a { background-color: #61873C; }
a { background-color: rgb(97,135,60); }
div.DivClassName
{
background-color: #61873C;
}
.BgClassName
{
background-color: #61873C;
}
</style>
border-color css
<style>
span { border-color: #61873C; }
span { border-color: rgb(97,135,60); }
td.TdClassName
{
border-color: #61873C;
}
.TagClassName
{
border-color: #61873C;
}
</style>