Shades of Hippie Green #678A5C
Tints of Hippie Green #678A5C
RGB
CMYK
RGB Variations
Color information
#678A5C (or 0x678A5C) is known color: Hippie Green. HEX triplet: 67, 8A and 5C. RGB value is (103,138,92). Sum of RGB (Red+Green+Blue) = 103+138+92=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 138 - color contains mainly: green. Hex color #678A5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678A5C is #9875A3. Grayscale: #7A7A7A. Windows color (decimal): -9991588 or 6064743. OLE color: 6064743.
HSL color Cylindrical-coordinate representation of color #678A5C: hue angle of 105.65º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #678A5C is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 138 | 92 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.46 |
| HSL | 105.65º | 0.2% | 0.45% | - |
| HSV(B) | 105.65º | 0.33% | 0.54% | - |
| XYZ | 16.61 | 21.83 | 13.46 | - |
| YUV | 122.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 92 | 0.25 | 0 | 0.33 | 0.46 | 105.65 | 0.2 | 0.45 |
| Hex | 67 | 8A | 5C | 19 | 0 | 21 | 2E | 6A | 14 | 2D |
| Octal | 147 | 212 | 134 | 31 | 0 | 41 | 56 | 152 | 24 | 55 |
| Binary | 1100111 | 10001010 | 1011100 | 11001 | 0 | 100001 | 101110 | 1101010 | 10100 | 101101 |
Color Harmonies of #678A5C
Complementary color
Monochromatic Colors of #678A5C
Black with #678A5C
Text Example
Text Example
White with #678A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678A5C; }
p { color: rgb(103,138,92); }
H1.HeaderClassName
{
color: #678A5C;
}
.AnyTagClassName
{
color: #678A5C;
}
</style>
background-color css
<style>
a { background-color: #678A5C; }
a { background-color: rgb(103,138,92); }
div.DivClassName
{
background-color: #678A5C;
}
.BgClassName
{
background-color: #678A5C;
}
</style>
border-color css
<style>
span { border-color: #678A5C; }
span { border-color: rgb(103,138,92); }
td.TdClassName
{
border-color: #678A5C;
}
.TagClassName
{
border-color: #678A5C;
}
</style>