Shades of Hippie Green #678C63
Tints of Hippie Green #678C63
RGB
CMYK
RGB Variations
Color information
#678C63 (or 0x678C63) is known color: Hippie Green. HEX triplet: 67, 8C and 63. RGB value is (103,140,99). Sum of RGB (Red+Green+Blue) = 103+140+99=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 140 - color contains mainly: green. Hex color #678C63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678C63 is #98739C. Grayscale: #7C7C7C. Windows color (decimal): -9991069 or 6524007. OLE color: 6524007.
HSL color Cylindrical-coordinate representation of color #678C63: hue angle of 114.15º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #678C63 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 140 | 99 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.45 |
| HSL | 114.15º | 0.17% | 0.47% | - |
| HSV(B) | 114.15º | 0.29% | 0.55% | - |
| XYZ | 17.22 | 22.54 | 15.25 | - |
| YUV | 124.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 99 | 0.26 | 0 | 0.29 | 0.45 | 114.15 | 0.17 | 0.47 |
| Hex | 67 | 8C | 63 | 1A | 0 | 1D | 2D | 72 | 11 | 2F |
| Octal | 147 | 214 | 143 | 32 | 0 | 35 | 55 | 162 | 21 | 57 |
| Binary | 1100111 | 10001100 | 1100011 | 11010 | 0 | 11101 | 101101 | 1110010 | 10001 | 101111 |
Color Harmonies of #678C63
Complementary color
Monochromatic Colors of #678C63
Black with #678C63
Text Example
Text Example
White with #678C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678C63; }
p { color: rgb(103,140,99); }
H1.HeaderClassName
{
color: #678C63;
}
.AnyTagClassName
{
color: #678C63;
}
</style>
background-color css
<style>
a { background-color: #678C63; }
a { background-color: rgb(103,140,99); }
div.DivClassName
{
background-color: #678C63;
}
.BgClassName
{
background-color: #678C63;
}
</style>
border-color css
<style>
span { border-color: #678C63; }
span { border-color: rgb(103,140,99); }
td.TdClassName
{
border-color: #678C63;
}
.TagClassName
{
border-color: #678C63;
}
</style>