Shades of Hippie Green #679160
Tints of Hippie Green #679160
RGB
CMYK
RGB Variations
Color information
#679160 (or 0x679160) is known color: Hippie Green. HEX triplet: 67, 91 and 60. RGB value is (103,145,96). Sum of RGB (Red+Green+Blue) = 103+145+96=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #679160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679160 is #986E9F. Grayscale: #7F7F7F. Windows color (decimal): -9989792 or 6328679. OLE color: 6328679.
HSL color Cylindrical-coordinate representation of color #679160: hue angle of 111.43º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679160 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 96 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.43 |
| HSL | 111.43º | 0.2% | 0.47% | - |
| HSV(B) | 111.43º | 0.34% | 0.57% | - |
| XYZ | 17.83 | 23.98 | 14.75 | - |
| YUV | 126.86 | 110.59 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 96 | 0.29 | 0 | 0.34 | 0.43 | 111.43 | 0.2 | 0.47 |
| Hex | 67 | 91 | 60 | 1D | 0 | 22 | 2B | 6F | 14 | 2F |
| Octal | 147 | 221 | 140 | 35 | 0 | 42 | 53 | 157 | 24 | 57 |
| Binary | 1100111 | 10010001 | 1100000 | 11101 | 0 | 100010 | 101011 | 1101111 | 10100 | 101111 |
Color Harmonies of #679160
Complementary color
Monochromatic Colors of #679160
Black with #679160
Text Example
Text Example
White with #679160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679160; }
p { color: rgb(103,145,96); }
H1.HeaderClassName
{
color: #679160;
}
.AnyTagClassName
{
color: #679160;
}
</style>
background-color css
<style>
a { background-color: #679160; }
a { background-color: rgb(103,145,96); }
div.DivClassName
{
background-color: #679160;
}
.BgClassName
{
background-color: #679160;
}
</style>
border-color css
<style>
span { border-color: #679160; }
span { border-color: rgb(103,145,96); }
td.TdClassName
{
border-color: #679160;
}
.TagClassName
{
border-color: #679160;
}
</style>