Shades of Dingley #67803C
Tints of Dingley #67803C
RGB
CMYK
RGB Variations
Color information
#67803C (or 0x67803C) is known color: Dingley. HEX triplet: 67, 80 and 3C. RGB value is (103,128,60). Sum of RGB (Red+Green+Blue) = 103+128+60=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 128 - color contains mainly: green. Hex color #67803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67803C is #987FC3. Grayscale: #717171. Windows color (decimal): -9994180 or 3965031. OLE color: 3965031.
HSL color Cylindrical-coordinate representation of color #67803C: hue angle of 82.06º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67803C is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 128 | 60 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.50 |
| HSL | 82.06º | 0.36% | 0.37% | - |
| HSV(B) | 82.06º | 0.53% | 0.5% | - |
| XYZ | 14.13 | 18.65 | 7.13 | - |
| YUV | 112.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 60 | 0.20 | 0 | 0.53 | 0.50 | 82.06 | 0.36 | 0.37 |
| Hex | 67 | 80 | 3C | 14 | 0 | 35 | 32 | 52 | 24 | 25 |
| Octal | 147 | 200 | 74 | 24 | 0 | 65 | 62 | 122 | 44 | 45 |
| Binary | 1100111 | 10000000 | 111100 | 10100 | 0 | 110101 | 110010 | 1010010 | 100100 | 100101 |
Color Harmonies of #67803C
Complementary color
Monochromatic Colors of #67803C
Black with #67803C
Text Example
Text Example
White with #67803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67803C; }
p { color: rgb(103,128,60); }
H1.HeaderClassName
{
color: #67803C;
}
.AnyTagClassName
{
color: #67803C;
}
</style>
background-color css
<style>
a { background-color: #67803C; }
a { background-color: rgb(103,128,60); }
div.DivClassName
{
background-color: #67803C;
}
.BgClassName
{
background-color: #67803C;
}
</style>
border-color css
<style>
span { border-color: #67803C; }
span { border-color: rgb(103,128,60); }
td.TdClassName
{
border-color: #67803C;
}
.TagClassName
{
border-color: #67803C;
}
</style>