Shades of Dingley #618143
Tints of Dingley #618143
RGB
CMYK
RGB Variations
Color information
#618143 (or 0x618143) is known color: Dingley. HEX triplet: 61, 81 and 43. RGB value is (97,129,67). Sum of RGB (Red+Green+Blue) = 97+129+67=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #618143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618143 is #9E7EBC. Grayscale: #707070. Windows color (decimal): -10387133 or 4424033. OLE color: 4424033.
HSL color Cylindrical-coordinate representation of color #618143: hue angle of 90.97º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #618143 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 129 | 67 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.49 |
| HSL | 90.97º | 0.32% | 0.38% | - |
| HSV(B) | 90.97º | 0.48% | 0.51% | - |
| XYZ | 13.79 | 18.65 | 8.18 | - |
| YUV | 112.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 129 | 67 | 0.25 | 0 | 0.48 | 0.49 | 90.97 | 0.32 | 0.38 |
| Hex | 61 | 81 | 43 | 19 | 0 | 30 | 31 | 5B | 20 | 26 |
| Octal | 141 | 201 | 103 | 31 | 0 | 60 | 61 | 133 | 40 | 46 |
| Binary | 1100001 | 10000001 | 1000011 | 11001 | 0 | 110000 | 110001 | 1011011 | 100000 | 100110 |
Color Harmonies of #618143
Complementary color
Monochromatic Colors of #618143
Black with #618143
Text Example
Text Example
White with #618143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618143; }
p { color: rgb(97,129,67); }
H1.HeaderClassName
{
color: #618143;
}
.AnyTagClassName
{
color: #618143;
}
</style>
background-color css
<style>
a { background-color: #618143; }
a { background-color: rgb(97,129,67); }
div.DivClassName
{
background-color: #618143;
}
.BgClassName
{
background-color: #618143;
}
</style>
border-color css
<style>
span { border-color: #618143; }
span { border-color: rgb(97,129,67); }
td.TdClassName
{
border-color: #618143;
}
.TagClassName
{
border-color: #618143;
}
</style>