Shades of Dingley #607A43
Tints of Dingley #607A43
RGB
CMYK
RGB Variations
Color information
#607A43 (or 0x607A43) is known color: Dingley. HEX triplet: 60, 7A and 43. RGB value is (96,122,67). Sum of RGB (Red+Green+Blue) = 96+122+67=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #607A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607A43 is #9F85BC. Grayscale: #6C6C6C. Windows color (decimal): -10454461 or 4422240. OLE color: 4422240.
HSL color Cylindrical-coordinate representation of color #607A43: hue angle of 88.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #607A43 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 122 | 67 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.52 |
| HSL | 88.36º | 0.29% | 0.37% | - |
| HSV(B) | 88.36º | 0.45% | 0.48% | - |
| XYZ | 12.8 | 16.81 | 7.88 | - |
| YUV | 107.96 | 104.89 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 67 | 0.21 | 0 | 0.45 | 0.52 | 88.36 | 0.29 | 0.37 |
| Hex | 60 | 7A | 43 | 15 | 0 | 2D | 34 | 58 | 1D | 25 |
| Octal | 140 | 172 | 103 | 25 | 0 | 55 | 64 | 130 | 35 | 45 |
| Binary | 1100000 | 1111010 | 1000011 | 10101 | 0 | 101101 | 110100 | 1011000 | 11101 | 100101 |
Color Harmonies of #607A43
Complementary color
Monochromatic Colors of #607A43
Black with #607A43
Text Example
Text Example
White with #607A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A43; }
p { color: rgb(96,122,67); }
H1.HeaderClassName
{
color: #607A43;
}
.AnyTagClassName
{
color: #607A43;
}
</style>
background-color css
<style>
a { background-color: #607A43; }
a { background-color: rgb(96,122,67); }
div.DivClassName
{
background-color: #607A43;
}
.BgClassName
{
background-color: #607A43;
}
</style>
border-color css
<style>
span { border-color: #607A43; }
span { border-color: rgb(96,122,67); }
td.TdClassName
{
border-color: #607A43;
}
.TagClassName
{
border-color: #607A43;
}
</style>