Shades of Hippie Green #679161
Tints of Hippie Green #679161
RGB
CMYK
RGB Variations
Color information
#679161 (or 0x679161) is known color: Hippie Green. HEX triplet: 67, 91 and 61. RGB value is (103,145,97). Sum of RGB (Red+Green+Blue) = 103+145+97=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #679161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679161 is #986E9E. Grayscale: #7F7F7F. Windows color (decimal): -9989791 or 6394215. OLE color: 6394215.
HSL color Cylindrical-coordinate representation of color #679161: hue angle of 112.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #679161 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 97 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.43 |
| HSL | 112.5º | 0.2% | 0.47% | - |
| HSV(B) | 112.5º | 0.33% | 0.57% | - |
| XYZ | 17.88 | 24 | 15 | - |
| YUV | 126.97 | 111.09 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 97 | 0.29 | 0 | 0.33 | 0.43 | 112.5 | 0.2 | 0.47 |
| Hex | 67 | 91 | 61 | 1D | 0 | 21 | 2B | 70 | 14 | 2F |
| Octal | 147 | 221 | 141 | 35 | 0 | 41 | 53 | 160 | 24 | 57 |
| Binary | 1100111 | 10010001 | 1100001 | 11101 | 0 | 100001 | 101011 | 1110000 | 10100 | 101111 |
Color Harmonies of #679161
Complementary color
Monochromatic Colors of #679161
Black with #679161
Text Example
Text Example
White with #679161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679161; }
p { color: rgb(103,145,97); }
H1.HeaderClassName
{
color: #679161;
}
.AnyTagClassName
{
color: #679161;
}
</style>
background-color css
<style>
a { background-color: #679161; }
a { background-color: rgb(103,145,97); }
div.DivClassName
{
background-color: #679161;
}
.BgClassName
{
background-color: #679161;
}
</style>
border-color css
<style>
span { border-color: #679161; }
span { border-color: rgb(103,145,97); }
td.TdClassName
{
border-color: #679161;
}
.TagClassName
{
border-color: #679161;
}
</style>