Shades of Hippie Green #679565
Tints of Hippie Green #679565
RGB
CMYK
RGB Variations
Color information
#679565 (or 0x679565) is known color: Hippie Green. HEX triplet: 67, 95 and 65. RGB value is (103,149,101). Sum of RGB (Red+Green+Blue) = 103+149+101=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #679565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679565 is #986A9A. Grayscale: #818181. Windows color (decimal): -9988763 or 6657383. OLE color: 6657383.
HSL color Cylindrical-coordinate representation of color #679565: hue angle of 117.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #679565 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 101 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.42 |
| HSL | 117.5º | 0.19% | 0.49% | - |
| HSV(B) | 117.5º | 0.32% | 0.58% | - |
| XYZ | 18.69 | 25.32 | 16.21 | - |
| YUV | 129.77 | 111.76 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 101 | 0.31 | 0 | 0.32 | 0.42 | 117.5 | 0.19 | 0.49 |
| Hex | 67 | 95 | 65 | 1F | 0 | 20 | 2A | 76 | 13 | 31 |
| Octal | 147 | 225 | 145 | 37 | 0 | 40 | 52 | 166 | 23 | 61 |
| Binary | 1100111 | 10010101 | 1100101 | 11111 | 0 | 100000 | 101010 | 1110110 | 10011 | 110001 |
Color Harmonies of #679565
Complementary color
Monochromatic Colors of #679565
Black with #679565
Text Example
Text Example
White with #679565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679565; }
p { color: rgb(103,149,101); }
H1.HeaderClassName
{
color: #679565;
}
.AnyTagClassName
{
color: #679565;
}
</style>
background-color css
<style>
a { background-color: #679565; }
a { background-color: rgb(103,149,101); }
div.DivClassName
{
background-color: #679565;
}
.BgClassName
{
background-color: #679565;
}
</style>
border-color css
<style>
span { border-color: #679565; }
span { border-color: rgb(103,149,101); }
td.TdClassName
{
border-color: #679565;
}
.TagClassName
{
border-color: #679565;
}
</style>