Shades of Dingley #667F36
Tints of Dingley #667F36
RGB
CMYK
RGB Variations
Color information
#667F36 (or 0x667F36) is known color: Dingley. HEX triplet: 66, 7F and 36. RGB value is (102,127,54). Sum of RGB (Red+Green+Blue) = 102+127+54=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #667F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667F36 is #9980C9. Grayscale: #6F6F6F. Windows color (decimal): -10059978 or 3571558. OLE color: 3571558.
HSL color Cylindrical-coordinate representation of color #667F36: hue angle of 80.55º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #667F36 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 127 | 54 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.50 |
| HSL | 80.55º | 0.4% | 0.35% | - |
| HSV(B) | 80.55º | 0.57% | 0.5% | - |
| XYZ | 13.73 | 18.27 | 6.29 | - |
| YUV | 111.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 54 | 0.20 | 0 | 0.57 | 0.50 | 80.55 | 0.4 | 0.35 |
| Hex | 66 | 7F | 36 | 14 | 0 | 39 | 32 | 51 | 28 | 23 |
| Octal | 146 | 177 | 66 | 24 | 0 | 71 | 62 | 121 | 50 | 43 |
| Binary | 1100110 | 1111111 | 110110 | 10100 | 0 | 111001 | 110010 | 1010001 | 101000 | 100011 |
Color Harmonies of #667F36
Complementary color
Monochromatic Colors of #667F36
Black with #667F36
Text Example
Text Example
White with #667F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F36; }
p { color: rgb(102,127,54); }
H1.HeaderClassName
{
color: #667F36;
}
.AnyTagClassName
{
color: #667F36;
}
</style>
background-color css
<style>
a { background-color: #667F36; }
a { background-color: rgb(102,127,54); }
div.DivClassName
{
background-color: #667F36;
}
.BgClassName
{
background-color: #667F36;
}
</style>
border-color css
<style>
span { border-color: #667F36; }
span { border-color: rgb(102,127,54); }
td.TdClassName
{
border-color: #667F36;
}
.TagClassName
{
border-color: #667F36;
}
</style>