Shades of Dingley #667F41
Tints of Dingley #667F41
RGB
CMYK
RGB Variations
Color information
#667F41 (or 0x667F41) is known color: Dingley. HEX triplet: 66, 7F and 41. RGB value is (102,127,65). Sum of RGB (Red+Green+Blue) = 102+127+65=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 127 - color contains mainly: green. Hex color #667F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667F41 is #9980BE. Grayscale: #707070. Windows color (decimal): -10059967 or 4292454. OLE color: 4292454.
HSL color Cylindrical-coordinate representation of color #667F41: hue angle of 84.19º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #667F41 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 127 | 65 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.50 |
| HSL | 84.19º | 0.32% | 0.38% | - |
| HSV(B) | 84.19º | 0.49% | 0.5% | - |
| XYZ | 14.02 | 18.39 | 7.81 | - |
| YUV | 112.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 65 | 0.20 | 0 | 0.49 | 0.50 | 84.19 | 0.32 | 0.38 |
| Hex | 66 | 7F | 41 | 14 | 0 | 31 | 32 | 54 | 20 | 26 |
| Octal | 146 | 177 | 101 | 24 | 0 | 61 | 62 | 124 | 40 | 46 |
| Binary | 1100110 | 1111111 | 1000001 | 10100 | 0 | 110001 | 110010 | 1010100 | 100000 | 100110 |
Color Harmonies of #667F41
Complementary color
Monochromatic Colors of #667F41
Black with #667F41
Text Example
Text Example
White with #667F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F41; }
p { color: rgb(102,127,65); }
H1.HeaderClassName
{
color: #667F41;
}
.AnyTagClassName
{
color: #667F41;
}
</style>
background-color css
<style>
a { background-color: #667F41; }
a { background-color: rgb(102,127,65); }
div.DivClassName
{
background-color: #667F41;
}
.BgClassName
{
background-color: #667F41;
}
</style>
border-color css
<style>
span { border-color: #667F41; }
span { border-color: rgb(102,127,65); }
td.TdClassName
{
border-color: #667F41;
}
.TagClassName
{
border-color: #667F41;
}
</style>