Shades of Dingley #607B3C
Tints of Dingley #607B3C
RGB
CMYK
RGB Variations
Color information
#607B3C (or 0x607B3C) is known color: Dingley. HEX triplet: 60, 7B and 3C. RGB value is (96,123,60). Sum of RGB (Red+Green+Blue) = 96+123+60=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 123 - color contains mainly: green. Hex color #607B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607B3C is #9F84C3. Grayscale: #6B6B6B. Windows color (decimal): -10454212 or 3963744. OLE color: 3963744.
HSL color Cylindrical-coordinate representation of color #607B3C: hue angle of 85.71º 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 #607B3C is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 123 | 60 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.52 |
| HSL | 85.71º | 0.34% | 0.36% | - |
| HSV(B) | 85.71º | 0.51% | 0.48% | - |
| XYZ | 12.72 | 16.98 | 6.88 | - |
| YUV | 107.75 | 101.05 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 60 | 0.22 | 0 | 0.51 | 0.52 | 85.71 | 0.34 | 0.36 |
| Hex | 60 | 7B | 3C | 16 | 0 | 33 | 34 | 56 | 22 | 24 |
| Octal | 140 | 173 | 74 | 26 | 0 | 63 | 64 | 126 | 42 | 44 |
| Binary | 1100000 | 1111011 | 111100 | 10110 | 0 | 110011 | 110100 | 1010110 | 100010 | 100100 |
Color Harmonies of #607B3C
Complementary color
Monochromatic Colors of #607B3C
Black with #607B3C
Text Example
Text Example
White with #607B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B3C; }
p { color: rgb(96,123,60); }
H1.HeaderClassName
{
color: #607B3C;
}
.AnyTagClassName
{
color: #607B3C;
}
</style>
background-color css
<style>
a { background-color: #607B3C; }
a { background-color: rgb(96,123,60); }
div.DivClassName
{
background-color: #607B3C;
}
.BgClassName
{
background-color: #607B3C;
}
</style>
border-color css
<style>
span { border-color: #607B3C; }
span { border-color: rgb(96,123,60); }
td.TdClassName
{
border-color: #607B3C;
}
.TagClassName
{
border-color: #607B3C;
}
</style>