Shades of Hippie Green #678266
Tints of Hippie Green #678266
RGB
CMYK
RGB Variations
Color information
#678266 (or 0x678266) is known color: Hippie Green. HEX triplet: 67, 82 and 66. RGB value is (103,130,102). Sum of RGB (Red+Green+Blue) = 103+130+102=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #678266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678266 is #987D99. Grayscale: #767676. Windows color (decimal): -9993626 or 6718055. OLE color: 6718055.
HSL color Cylindrical-coordinate representation of color #678266: hue angle of 117.86º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #678266 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 130 | 102 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.49 |
| HSL | 117.86º | 0.12% | 0.45% | - |
| HSV(B) | 117.86º | 0.22% | 0.51% | - |
| XYZ | 15.97 | 19.81 | 15.55 | - |
| YUV | 118.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 102 | 0.21 | 0 | 0.22 | 0.49 | 117.86 | 0.12 | 0.45 |
| Hex | 67 | 82 | 66 | 15 | 0 | 16 | 31 | 76 | C | 2D |
| Octal | 147 | 202 | 146 | 25 | 0 | 26 | 61 | 166 | 14 | 55 |
| Binary | 1100111 | 10000010 | 1100110 | 10101 | 0 | 10110 | 110001 | 1110110 | 1100 | 101101 |
Color Harmonies of #678266
Complementary color
Monochromatic Colors of #678266
Black with #678266
Text Example
Text Example
White with #678266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678266; }
p { color: rgb(103,130,102); }
H1.HeaderClassName
{
color: #678266;
}
.AnyTagClassName
{
color: #678266;
}
</style>
background-color css
<style>
a { background-color: #678266; }
a { background-color: rgb(103,130,102); }
div.DivClassName
{
background-color: #678266;
}
.BgClassName
{
background-color: #678266;
}
</style>
border-color css
<style>
span { border-color: #678266; }
span { border-color: rgb(103,130,102); }
td.TdClassName
{
border-color: #678266;
}
.TagClassName
{
border-color: #678266;
}
</style>