Shades of Hippie Green #679960
Tints of Hippie Green #679960
RGB
CMYK
RGB Variations
Color information
#679960 (or 0x679960) is known color: Hippie Green. HEX triplet: 67, 99 and 60. RGB value is (103,153,96). Sum of RGB (Red+Green+Blue) = 103+153+96=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #679960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679960 is #98669F. Grayscale: #838383. Windows color (decimal): -9987744 or 6330727. OLE color: 6330727.
HSL color Cylindrical-coordinate representation of color #679960: hue angle of 112.63º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #679960 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 96 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.4 |
| HSL | 112.63º | 0.23% | 0.49% | - |
| HSV(B) | 112.63º | 0.37% | 0.6% | - |
| XYZ | 19.1 | 26.51 | 15.18 | - |
| YUV | 131.55 | 107.94 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 96 | 0.33 | 0 | 0.37 | 0.4 | 112.63 | 0.23 | 0.49 |
| Hex | 67 | 99 | 60 | 21 | 0 | 25 | 28 | 71 | 17 | 31 |
| Octal | 147 | 231 | 140 | 41 | 0 | 45 | 50 | 161 | 27 | 61 |
| Binary | 1100111 | 10011001 | 1100000 | 100001 | 0 | 100101 | 101000 | 1110001 | 10111 | 110001 |
Color Harmonies of #679960
Complementary color
Monochromatic Colors of #679960
Black with #679960
Text Example
Text Example
White with #679960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679960; }
p { color: rgb(103,153,96); }
H1.HeaderClassName
{
color: #679960;
}
.AnyTagClassName
{
color: #679960;
}
</style>
background-color css
<style>
a { background-color: #679960; }
a { background-color: rgb(103,153,96); }
div.DivClassName
{
background-color: #679960;
}
.BgClassName
{
background-color: #679960;
}
</style>
border-color css
<style>
span { border-color: #679960; }
span { border-color: rgb(103,153,96); }
td.TdClassName
{
border-color: #679960;
}
.TagClassName
{
border-color: #679960;
}
</style>