Shades of Hippie Green #679A5E
Tints of Hippie Green #679A5E
RGB
CMYK
RGB Variations
Color information
#679A5E (or 0x679A5E) is known color: Hippie Green. HEX triplet: 67, 9A and 5E. RGB value is (103,154,94). Sum of RGB (Red+Green+Blue) = 103+154+94=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 154 - color contains mainly: green. Hex color #679A5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679A5E is #9865A1. Grayscale: #848484. Windows color (decimal): -9987490 or 6199911. OLE color: 6199911.
HSL color Cylindrical-coordinate representation of color #679A5E: hue angle of 111º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #679A5E is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 154 | 94 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.40 |
| HSL | 111º | 0.24% | 0.49% | - |
| HSV(B) | 111º | 0.39% | 0.6% | - |
| XYZ | 19.17 | 26.8 | 14.75 | - |
| YUV | 131.91 | 106.6 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 94 | 0.33 | 0 | 0.39 | 0.40 | 111 | 0.24 | 0.49 |
| Hex | 67 | 9A | 5E | 21 | 0 | 27 | 28 | 6F | 18 | 31 |
| Octal | 147 | 232 | 136 | 41 | 0 | 47 | 50 | 157 | 30 | 61 |
| Binary | 1100111 | 10011010 | 1011110 | 100001 | 0 | 100111 | 101000 | 1101111 | 11000 | 110001 |
Color Harmonies of #679A5E
Complementary color
Monochromatic Colors of #679A5E
Black with #679A5E
Text Example
Text Example
White with #679A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679A5E; }
p { color: rgb(103,154,94); }
H1.HeaderClassName
{
color: #679A5E;
}
.AnyTagClassName
{
color: #679A5E;
}
</style>
background-color css
<style>
a { background-color: #679A5E; }
a { background-color: rgb(103,154,94); }
div.DivClassName
{
background-color: #679A5E;
}
.BgClassName
{
background-color: #679A5E;
}
</style>
border-color css
<style>
span { border-color: #679A5E; }
span { border-color: rgb(103,154,94); }
td.TdClassName
{
border-color: #679A5E;
}
.TagClassName
{
border-color: #679A5E;
}
</style>