Shades of Hippie Green #679562
Tints of Hippie Green #679562
RGB
CMYK
RGB Variations
Color information
#679562 (or 0x679562) is known color: Hippie Green. HEX triplet: 67, 95 and 62. RGB value is (103,149,98). Sum of RGB (Red+Green+Blue) = 103+149+98=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #679562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679562 is #986A9D. Grayscale: #818181. Windows color (decimal): -9988766 or 6460775. OLE color: 6460775.
HSL color Cylindrical-coordinate representation of color #679562: hue angle of 114.12º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679562 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 98 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.42 |
| HSL | 114.12º | 0.21% | 0.48% | - |
| HSV(B) | 114.12º | 0.34% | 0.58% | - |
| XYZ | 18.55 | 25.26 | 15.45 | - |
| YUV | 129.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 98 | 0.31 | 0 | 0.34 | 0.42 | 114.12 | 0.21 | 0.48 |
| Hex | 67 | 95 | 62 | 1F | 0 | 22 | 2A | 72 | 15 | 30 |
| Octal | 147 | 225 | 142 | 37 | 0 | 42 | 52 | 162 | 25 | 60 |
| Binary | 1100111 | 10010101 | 1100010 | 11111 | 0 | 100010 | 101010 | 1110010 | 10101 | 110000 |
Color Harmonies of #679562
Complementary color
Monochromatic Colors of #679562
Black with #679562
Text Example
Text Example
White with #679562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679562; }
p { color: rgb(103,149,98); }
H1.HeaderClassName
{
color: #679562;
}
.AnyTagClassName
{
color: #679562;
}
</style>
background-color css
<style>
a { background-color: #679562; }
a { background-color: rgb(103,149,98); }
div.DivClassName
{
background-color: #679562;
}
.BgClassName
{
background-color: #679562;
}
</style>
border-color css
<style>
span { border-color: #679562; }
span { border-color: rgb(103,149,98); }
td.TdClassName
{
border-color: #679562;
}
.TagClassName
{
border-color: #679562;
}
</style>