Shades of Dingley #629143
Tints of Dingley #629143
RGB
CMYK
RGB Variations
Color information
#629143 (or 0x629143) is known color: Dingley. HEX triplet: 62, 91 and 43. RGB value is (98,145,67). Sum of RGB (Red+Green+Blue) = 98+145+67=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #629143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629143 is #9D6EBC. Grayscale: #7A7A7A. Windows color (decimal): -10317501 or 4428130. OLE color: 4428130.
HSL color Cylindrical-coordinate representation of color #629143: hue angle of 96.15º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #629143 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 145 | 67 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.43 |
| HSL | 96.15º | 0.37% | 0.42% | - |
| HSV(B) | 96.15º | 0.54% | 0.57% | - |
| XYZ | 16.18 | 23.25 | 8.95 | - |
| YUV | 122.06 | 96.93 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 67 | 0.32 | 0 | 0.54 | 0.43 | 96.15 | 0.37 | 0.42 |
| Hex | 62 | 91 | 43 | 20 | 0 | 36 | 2B | 60 | 25 | 2A |
| Octal | 142 | 221 | 103 | 40 | 0 | 66 | 53 | 140 | 45 | 52 |
| Binary | 1100010 | 10010001 | 1000011 | 100000 | 0 | 110110 | 101011 | 1100000 | 100101 | 101010 |
Color Harmonies of #629143
Complementary color
Monochromatic Colors of #629143
Black with #629143
Text Example
Text Example
White with #629143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629143; }
p { color: rgb(98,145,67); }
H1.HeaderClassName
{
color: #629143;
}
.AnyTagClassName
{
color: #629143;
}
</style>
background-color css
<style>
a { background-color: #629143; }
a { background-color: rgb(98,145,67); }
div.DivClassName
{
background-color: #629143;
}
.BgClassName
{
background-color: #629143;
}
</style>
border-color css
<style>
span { border-color: #629143; }
span { border-color: rgb(98,145,67); }
td.TdClassName
{
border-color: #629143;
}
.TagClassName
{
border-color: #629143;
}
</style>