Shades of Dingley #608043
Tints of Dingley #608043
RGB
CMYK
RGB Variations
Color information
#608043 (or 0x608043) is known color: Dingley. HEX triplet: 60, 80 and 43. RGB value is (96,128,67). Sum of RGB (Red+Green+Blue) = 96+128+67=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 128 - color contains mainly: green. Hex color #608043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608043 is #9F7FBC. Grayscale: #6F6F6F. Windows color (decimal): -10452925 or 4423776. OLE color: 4423776.
HSL color Cylindrical-coordinate representation of color #608043: hue angle of 91.48º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #608043 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 128 | 67 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.50 |
| HSL | 91.48º | 0.31% | 0.38% | - |
| HSV(B) | 91.48º | 0.48% | 0.5% | - |
| XYZ | 13.56 | 18.33 | 8.13 | - |
| YUV | 111.48 | 102.9 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 67 | 0.25 | 0 | 0.48 | 0.50 | 91.48 | 0.31 | 0.38 |
| Hex | 60 | 80 | 43 | 19 | 0 | 30 | 32 | 5B | 1F | 26 |
| Octal | 140 | 200 | 103 | 31 | 0 | 60 | 62 | 133 | 37 | 46 |
| Binary | 1100000 | 10000000 | 1000011 | 11001 | 0 | 110000 | 110010 | 1011011 | 11111 | 100110 |
Color Harmonies of #608043
Complementary color
Monochromatic Colors of #608043
Black with #608043
Text Example
Text Example
White with #608043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608043; }
p { color: rgb(96,128,67); }
H1.HeaderClassName
{
color: #608043;
}
.AnyTagClassName
{
color: #608043;
}
</style>
background-color css
<style>
a { background-color: #608043; }
a { background-color: rgb(96,128,67); }
div.DivClassName
{
background-color: #608043;
}
.BgClassName
{
background-color: #608043;
}
</style>
border-color css
<style>
span { border-color: #608043; }
span { border-color: rgb(96,128,67); }
td.TdClassName
{
border-color: #608043;
}
.TagClassName
{
border-color: #608043;
}
</style>