Shades of Hippie Green #679A5F
Tints of Hippie Green #679A5F
RGB
CMYK
RGB Variations
Color information
#679A5F (or 0x679A5F) is known color: Hippie Green. HEX triplet: 67, 9A and 5F. RGB value is (103,154,95). Sum of RGB (Red+Green+Blue) = 103+154+95=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 154 - color contains mainly: green. Hex color #679A5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679A5F is #9865A0. Grayscale: #848484. Windows color (decimal): -9987489 or 6265447. OLE color: 6265447.
HSL color Cylindrical-coordinate representation of color #679A5F: hue angle of 111.86º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #679A5F is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 154 | 95 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.40 |
| HSL | 111.86º | 0.24% | 0.49% | - |
| HSV(B) | 111.86º | 0.38% | 0.6% | - |
| XYZ | 19.21 | 26.82 | 14.99 | - |
| YUV | 132.03 | 107.1 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 95 | 0.33 | 0 | 0.38 | 0.40 | 111.86 | 0.24 | 0.49 |
| Hex | 67 | 9A | 5F | 21 | 0 | 26 | 28 | 70 | 18 | 31 |
| Octal | 147 | 232 | 137 | 41 | 0 | 46 | 50 | 160 | 30 | 61 |
| Binary | 1100111 | 10011010 | 1011111 | 100001 | 0 | 100110 | 101000 | 1110000 | 11000 | 110001 |
Color Harmonies of #679A5F
Complementary color
Monochromatic Colors of #679A5F
Black with #679A5F
Text Example
Text Example
White with #679A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679A5F; }
p { color: rgb(103,154,95); }
H1.HeaderClassName
{
color: #679A5F;
}
.AnyTagClassName
{
color: #679A5F;
}
</style>
background-color css
<style>
a { background-color: #679A5F; }
a { background-color: rgb(103,154,95); }
div.DivClassName
{
background-color: #679A5F;
}
.BgClassName
{
background-color: #679A5F;
}
</style>
border-color css
<style>
span { border-color: #679A5F; }
span { border-color: rgb(103,154,95); }
td.TdClassName
{
border-color: #679A5F;
}
.TagClassName
{
border-color: #679A5F;
}
</style>