Shades of Dingley #62893D
Tints of Dingley #62893D
RGB
CMYK
RGB Variations
Color information
#62893D (or 0x62893D) is known color: Dingley. HEX triplet: 62, 89 and 3D. RGB value is (98,137,61). Sum of RGB (Red+Green+Blue) = 98+137+61=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #62893D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62893D is #9D76C2. Grayscale: #747474. Windows color (decimal): -10319555 or 4032866. OLE color: 4032866.
HSL color Cylindrical-coordinate representation of color #62893D: hue angle of 90.79º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62893D is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 137 | 61 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.46 |
| HSL | 90.79º | 0.38% | 0.39% | - |
| HSV(B) | 90.79º | 0.55% | 0.54% | - |
| XYZ | 14.82 | 20.82 | 7.65 | - |
| YUV | 116.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 137 | 61 | 0.28 | 0 | 0.55 | 0.46 | 90.79 | 0.38 | 0.39 |
| Hex | 62 | 89 | 3D | 1C | 0 | 37 | 2E | 5B | 26 | 27 |
| Octal | 142 | 211 | 75 | 34 | 0 | 67 | 56 | 133 | 46 | 47 |
| Binary | 1100010 | 10001001 | 111101 | 11100 | 0 | 110111 | 101110 | 1011011 | 100110 | 100111 |
Color Harmonies of #62893D
Complementary color
Monochromatic Colors of #62893D
Black with #62893D
Text Example
Text Example
White with #62893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62893D; }
p { color: rgb(98,137,61); }
H1.HeaderClassName
{
color: #62893D;
}
.AnyTagClassName
{
color: #62893D;
}
</style>
background-color css
<style>
a { background-color: #62893D; }
a { background-color: rgb(98,137,61); }
div.DivClassName
{
background-color: #62893D;
}
.BgClassName
{
background-color: #62893D;
}
</style>
border-color css
<style>
span { border-color: #62893D; }
span { border-color: rgb(98,137,61); }
td.TdClassName
{
border-color: #62893D;
}
.TagClassName
{
border-color: #62893D;
}
</style>