Shades of Dingley #67804C
Tints of Dingley #67804C
RGB
CMYK
RGB Variations
Color information
#67804C (or 0x67804C) is known color: Dingley. HEX triplet: 67, 80 and 4C. RGB value is (103,128,76). Sum of RGB (Red+Green+Blue) = 103+128+76=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #67804C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67804C is #987FB3. Grayscale: #727272. Windows color (decimal): -9994164 or 5013607. OLE color: 5013607.
HSL color Cylindrical-coordinate representation of color #67804C: hue angle of 88.85º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67804C is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 128 | 76 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.50 |
| HSL | 88.85º | 0.25% | 0.4% | - |
| HSV(B) | 88.85º | 0.41% | 0.5% | - |
| XYZ | 14.62 | 18.84 | 9.7 | - |
| YUV | 114.6 | 106.22 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 76 | 0.20 | 0 | 0.41 | 0.50 | 88.85 | 0.25 | 0.4 |
| Hex | 67 | 80 | 4C | 14 | 0 | 29 | 32 | 59 | 19 | 28 |
| Octal | 147 | 200 | 114 | 24 | 0 | 51 | 62 | 131 | 31 | 50 |
| Binary | 1100111 | 10000000 | 1001100 | 10100 | 0 | 101001 | 110010 | 1011001 | 11001 | 101000 |
Color Harmonies of #67804C
Complementary color
Monochromatic Colors of #67804C
Black with #67804C
Text Example
Text Example
White with #67804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67804C; }
p { color: rgb(103,128,76); }
H1.HeaderClassName
{
color: #67804C;
}
.AnyTagClassName
{
color: #67804C;
}
</style>
background-color css
<style>
a { background-color: #67804C; }
a { background-color: rgb(103,128,76); }
div.DivClassName
{
background-color: #67804C;
}
.BgClassName
{
background-color: #67804C;
}
</style>
border-color css
<style>
span { border-color: #67804C; }
span { border-color: rgb(103,128,76); }
td.TdClassName
{
border-color: #67804C;
}
.TagClassName
{
border-color: #67804C;
}
</style>