Shades of Dingley #67804F
Tints of Dingley #67804F
RGB
CMYK
RGB Variations
Color information
#67804F (or 0x67804F) is known color: Dingley. HEX triplet: 67, 80 and 4F. RGB value is (103,128,79). Sum of RGB (Red+Green+Blue) = 103+128+79=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #67804F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67804F is #987FB0. Grayscale: #737373. Windows color (decimal): -9994161 or 5210215. OLE color: 5210215.
HSL color Cylindrical-coordinate representation of color #67804F: hue angle of 90.61º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #67804F is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 128 | 79 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.50 |
| HSL | 90.61º | 0.24% | 0.41% | - |
| HSV(B) | 90.61º | 0.38% | 0.5% | - |
| XYZ | 14.72 | 18.89 | 10.27 | - |
| YUV | 114.94 | 107.72 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 79 | 0.20 | 0 | 0.38 | 0.50 | 90.61 | 0.24 | 0.41 |
| Hex | 67 | 80 | 4F | 14 | 0 | 26 | 32 | 5B | 18 | 29 |
| Octal | 147 | 200 | 117 | 24 | 0 | 46 | 62 | 133 | 30 | 51 |
| Binary | 1100111 | 10000000 | 1001111 | 10100 | 0 | 100110 | 110010 | 1011011 | 11000 | 101001 |
Color Harmonies of #67804F
Complementary color
Monochromatic Colors of #67804F
Black with #67804F
Text Example
Text Example
White with #67804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67804F; }
p { color: rgb(103,128,79); }
H1.HeaderClassName
{
color: #67804F;
}
.AnyTagClassName
{
color: #67804F;
}
</style>
background-color css
<style>
a { background-color: #67804F; }
a { background-color: rgb(103,128,79); }
div.DivClassName
{
background-color: #67804F;
}
.BgClassName
{
background-color: #67804F;
}
</style>
border-color css
<style>
span { border-color: #67804F; }
span { border-color: rgb(103,128,79); }
td.TdClassName
{
border-color: #67804F;
}
.TagClassName
{
border-color: #67804F;
}
</style>