Shades of Dingley #618B3F
Tints of Dingley #618B3F
RGB
CMYK
RGB Variations
Color information
#618B3F (or 0x618B3F) is known color: Dingley. HEX triplet: 61, 8B and 3F. RGB value is (97,139,63). Sum of RGB (Red+Green+Blue) = 97+139+63=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #618B3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618B3F is #9E74C0. Grayscale: #767676. Windows color (decimal): -10384577 or 4164449. OLE color: 4164449.
HSL color Cylindrical-coordinate representation of color #618B3F: hue angle of 93.16º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #618B3F is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 139 | 63 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.45 |
| HSL | 93.16º | 0.38% | 0.4% | - |
| HSV(B) | 93.16º | 0.55% | 0.55% | - |
| XYZ | 15.06 | 21.37 | 8.03 | - |
| YUV | 117.78 | 97.09 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 63 | 0.30 | 0 | 0.55 | 0.45 | 93.16 | 0.38 | 0.4 |
| Hex | 61 | 8B | 3F | 1E | 0 | 37 | 2D | 5D | 26 | 28 |
| Octal | 141 | 213 | 77 | 36 | 0 | 67 | 55 | 135 | 46 | 50 |
| Binary | 1100001 | 10001011 | 111111 | 11110 | 0 | 110111 | 101101 | 1011101 | 100110 | 101000 |
Color Harmonies of #618B3F
Complementary color
Monochromatic Colors of #618B3F
Black with #618B3F
Text Example
Text Example
White with #618B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618B3F; }
p { color: rgb(97,139,63); }
H1.HeaderClassName
{
color: #618B3F;
}
.AnyTagClassName
{
color: #618B3F;
}
</style>
background-color css
<style>
a { background-color: #618B3F; }
a { background-color: rgb(97,139,63); }
div.DivClassName
{
background-color: #618B3F;
}
.BgClassName
{
background-color: #618B3F;
}
</style>
border-color css
<style>
span { border-color: #618B3F; }
span { border-color: rgb(97,139,63); }
td.TdClassName
{
border-color: #618B3F;
}
.TagClassName
{
border-color: #618B3F;
}
</style>