Shades of Hippie Green #678F60
Tints of Hippie Green #678F60
RGB
CMYK
RGB Variations
Color information
#678F60 (or 0x678F60) is known color: Hippie Green. HEX triplet: 67, 8F and 60. RGB value is (103,143,96). Sum of RGB (Red+Green+Blue) = 103+143+96=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 143 - color contains mainly: green. Hex color #678F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678F60 is #98709F. Grayscale: #7D7D7D. Windows color (decimal): -9990304 or 6328167. OLE color: 6328167.
HSL color Cylindrical-coordinate representation of color #678F60: hue angle of 111.06º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #678F60 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 143 | 96 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.44 |
| HSL | 111.06º | 0.2% | 0.47% | - |
| HSV(B) | 111.06º | 0.33% | 0.56% | - |
| XYZ | 17.53 | 23.37 | 14.65 | - |
| YUV | 125.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 143 | 96 | 0.28 | 0 | 0.33 | 0.44 | 111.06 | 0.2 | 0.47 |
| Hex | 67 | 8F | 60 | 1C | 0 | 21 | 2C | 6F | 14 | 2F |
| Octal | 147 | 217 | 140 | 34 | 0 | 41 | 54 | 157 | 24 | 57 |
| Binary | 1100111 | 10001111 | 1100000 | 11100 | 0 | 100001 | 101100 | 1101111 | 10100 | 101111 |
Color Harmonies of #678F60
Complementary color
Monochromatic Colors of #678F60
Black with #678F60
Text Example
Text Example
White with #678F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678F60; }
p { color: rgb(103,143,96); }
H1.HeaderClassName
{
color: #678F60;
}
.AnyTagClassName
{
color: #678F60;
}
</style>
background-color css
<style>
a { background-color: #678F60; }
a { background-color: rgb(103,143,96); }
div.DivClassName
{
background-color: #678F60;
}
.BgClassName
{
background-color: #678F60;
}
</style>
border-color css
<style>
span { border-color: #678F60; }
span { border-color: rgb(103,143,96); }
td.TdClassName
{
border-color: #678F60;
}
.TagClassName
{
border-color: #678F60;
}
</style>