Shades of Hippie Green #679564
Tints of Hippie Green #679564
RGB
CMYK
RGB Variations
Color information
#679564 (or 0x679564) is known color: Hippie Green. HEX triplet: 67, 95 and 64. RGB value is (103,149,100). Sum of RGB (Red+Green+Blue) = 103+149+100=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #679564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679564 is #986A9B. Grayscale: #818181. Windows color (decimal): -9988764 or 6591847. OLE color: 6591847.
HSL color Cylindrical-coordinate representation of color #679564: hue angle of 116.33º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #679564 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 100 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.42 |
| HSL | 116.33º | 0.2% | 0.49% | - |
| HSV(B) | 116.33º | 0.33% | 0.58% | - |
| XYZ | 18.64 | 25.3 | 15.96 | - |
| YUV | 129.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 100 | 0.31 | 0 | 0.33 | 0.42 | 116.33 | 0.2 | 0.49 |
| Hex | 67 | 95 | 64 | 1F | 0 | 21 | 2A | 74 | 14 | 31 |
| Octal | 147 | 225 | 144 | 37 | 0 | 41 | 52 | 164 | 24 | 61 |
| Binary | 1100111 | 10010101 | 1100100 | 11111 | 0 | 100001 | 101010 | 1110100 | 10100 | 110001 |
Color Harmonies of #679564
Complementary color
Monochromatic Colors of #679564
Black with #679564
Text Example
Text Example
White with #679564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679564; }
p { color: rgb(103,149,100); }
H1.HeaderClassName
{
color: #679564;
}
.AnyTagClassName
{
color: #679564;
}
</style>
background-color css
<style>
a { background-color: #679564; }
a { background-color: rgb(103,149,100); }
div.DivClassName
{
background-color: #679564;
}
.BgClassName
{
background-color: #679564;
}
</style>
border-color css
<style>
span { border-color: #679564; }
span { border-color: rgb(103,149,100); }
td.TdClassName
{
border-color: #679564;
}
.TagClassName
{
border-color: #679564;
}
</style>