Shades of Hippie Green #667D65
Tints of Hippie Green #667D65
RGB
CMYK
RGB Variations
Color information
#667D65 (or 0x667D65) is known color: Hippie Green. HEX triplet: 66, 7D and 65. RGB value is (102,125,101). Sum of RGB (Red+Green+Blue) = 102+125+101=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 125 - color contains mainly: green. Hex color #667D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667D65 is #99829A. Grayscale: #737373. Windows color (decimal): -10060443 or 6651238. OLE color: 6651238.
HSL color Cylindrical-coordinate representation of color #667D65: hue angle of 117.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #667D65 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 125 | 101 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.51 |
| HSL | 117.5º | 0.11% | 0.44% | - |
| HSV(B) | 117.5º | 0.19% | 0.49% | - |
| XYZ | 15.16 | 18.43 | 15.07 | - |
| YUV | 115.39 | 119.88 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 101 | 0.18 | 0 | 0.19 | 0.51 | 117.5 | 0.11 | 0.44 |
| Hex | 66 | 7D | 65 | 12 | 0 | 13 | 33 | 76 | B | 2C |
| Octal | 146 | 175 | 145 | 22 | 0 | 23 | 63 | 166 | 13 | 54 |
| Binary | 1100110 | 1111101 | 1100101 | 10010 | 0 | 10011 | 110011 | 1110110 | 1011 | 101100 |
Color Harmonies of #667D65
Complementary color
Monochromatic Colors of #667D65
Black with #667D65
Text Example
Text Example
White with #667D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667D65; }
p { color: rgb(102,125,101); }
H1.HeaderClassName
{
color: #667D65;
}
.AnyTagClassName
{
color: #667D65;
}
</style>
background-color css
<style>
a { background-color: #667D65; }
a { background-color: rgb(102,125,101); }
div.DivClassName
{
background-color: #667D65;
}
.BgClassName
{
background-color: #667D65;
}
</style>
border-color css
<style>
span { border-color: #667D65; }
span { border-color: rgb(102,125,101); }
td.TdClassName
{
border-color: #667D65;
}
.TagClassName
{
border-color: #667D65;
}
</style>