Shades of Dingley #627B3C
Tints of Dingley #627B3C
RGB
CMYK
RGB Variations
Color information
#627B3C (or 0x627B3C) is known color: Dingley. HEX triplet: 62, 7B and 3C. RGB value is (98,123,60). Sum of RGB (Red+Green+Blue) = 98+123+60=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 123 - color contains mainly: green. Hex color #627B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627B3C is #9D84C3. Grayscale: #6C6C6C. Windows color (decimal): -10323140 or 3963746. OLE color: 3963746.
HSL color Cylindrical-coordinate representation of color #627B3C: hue angle of 83.81º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #627B3C is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 123 | 60 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.52 |
| HSL | 83.81º | 0.34% | 0.36% | - |
| HSV(B) | 83.81º | 0.51% | 0.48% | - |
| XYZ | 12.94 | 17.09 | 6.89 | - |
| YUV | 108.34 | 100.72 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 60 | 0.20 | 0 | 0.51 | 0.52 | 83.81 | 0.34 | 0.36 |
| Hex | 62 | 7B | 3C | 14 | 0 | 33 | 34 | 54 | 22 | 24 |
| Octal | 142 | 173 | 74 | 24 | 0 | 63 | 64 | 124 | 42 | 44 |
| Binary | 1100010 | 1111011 | 111100 | 10100 | 0 | 110011 | 110100 | 1010100 | 100010 | 100100 |
Color Harmonies of #627B3C
Complementary color
Monochromatic Colors of #627B3C
Black with #627B3C
Text Example
Text Example
White with #627B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627B3C; }
p { color: rgb(98,123,60); }
H1.HeaderClassName
{
color: #627B3C;
}
.AnyTagClassName
{
color: #627B3C;
}
</style>
background-color css
<style>
a { background-color: #627B3C; }
a { background-color: rgb(98,123,60); }
div.DivClassName
{
background-color: #627B3C;
}
.BgClassName
{
background-color: #627B3C;
}
</style>
border-color css
<style>
span { border-color: #627B3C; }
span { border-color: rgb(98,123,60); }
td.TdClassName
{
border-color: #627B3C;
}
.TagClassName
{
border-color: #627B3C;
}
</style>