Shades of Hippie Green #679063
Tints of Hippie Green #679063
RGB
CMYK
RGB Variations
Color information
#679063 (or 0x679063) is known color: Hippie Green. HEX triplet: 67, 90 and 63. RGB value is (103,144,99). Sum of RGB (Red+Green+Blue) = 103+144+99=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #679063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679063 is #986F9C. Grayscale: #7E7E7E. Windows color (decimal): -9990045 or 6525031. OLE color: 6525031.
HSL color Cylindrical-coordinate representation of color #679063: hue angle of 114.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679063 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 99 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.44 |
| HSL | 114.67º | 0.19% | 0.48% | - |
| HSV(B) | 114.67º | 0.31% | 0.56% | - |
| XYZ | 17.82 | 23.73 | 15.45 | - |
| YUV | 126.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 99 | 0.28 | 0 | 0.31 | 0.44 | 114.67 | 0.19 | 0.48 |
| Hex | 67 | 90 | 63 | 1C | 0 | 1F | 2C | 73 | 13 | 30 |
| Octal | 147 | 220 | 143 | 34 | 0 | 37 | 54 | 163 | 23 | 60 |
| Binary | 1100111 | 10010000 | 1100011 | 11100 | 0 | 11111 | 101100 | 1110011 | 10011 | 110000 |
Color Harmonies of #679063
Complementary color
Monochromatic Colors of #679063
Black with #679063
Text Example
Text Example
White with #679063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679063; }
p { color: rgb(103,144,99); }
H1.HeaderClassName
{
color: #679063;
}
.AnyTagClassName
{
color: #679063;
}
</style>
background-color css
<style>
a { background-color: #679063; }
a { background-color: rgb(103,144,99); }
div.DivClassName
{
background-color: #679063;
}
.BgClassName
{
background-color: #679063;
}
</style>
border-color css
<style>
span { border-color: #679063; }
span { border-color: rgb(103,144,99); }
td.TdClassName
{
border-color: #679063;
}
.TagClassName
{
border-color: #679063;
}
</style>