Shades of Hippie Green #679B58
Tints of Hippie Green #679B58
RGB
CMYK
RGB Variations
Color information
#679B58 (or 0x679B58) is known color: Hippie Green. HEX triplet: 67, 9B and 58. RGB value is (103,155,88). Sum of RGB (Red+Green+Blue) = 103+155+88=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #679B58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679B58 is #9864A7. Grayscale: #848484. Windows color (decimal): -9987240 or 5806951. OLE color: 5806951.
HSL color Cylindrical-coordinate representation of color #679B58: hue angle of 106.57º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #679B58 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 88 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.39 |
| HSL | 106.57º | 0.28% | 0.48% | - |
| HSV(B) | 106.57º | 0.43% | 0.61% | - |
| XYZ | 19.08 | 27.03 | 13.44 | - |
| YUV | 131.81 | 103.27 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 88 | 0.34 | 0 | 0.43 | 0.39 | 106.57 | 0.28 | 0.48 |
| Hex | 67 | 9B | 58 | 22 | 0 | 2B | 27 | 6B | 1C | 30 |
| Octal | 147 | 233 | 130 | 42 | 0 | 53 | 47 | 153 | 34 | 60 |
| Binary | 1100111 | 10011011 | 1011000 | 100010 | 0 | 101011 | 100111 | 1101011 | 11100 | 110000 |
Color Harmonies of #679B58
Complementary color
Monochromatic Colors of #679B58
Black with #679B58
Text Example
Text Example
White with #679B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B58; }
p { color: rgb(103,155,88); }
H1.HeaderClassName
{
color: #679B58;
}
.AnyTagClassName
{
color: #679B58;
}
</style>
background-color css
<style>
a { background-color: #679B58; }
a { background-color: rgb(103,155,88); }
div.DivClassName
{
background-color: #679B58;
}
.BgClassName
{
background-color: #679B58;
}
</style>
border-color css
<style>
span { border-color: #679B58; }
span { border-color: rgb(103,155,88); }
td.TdClassName
{
border-color: #679B58;
}
.TagClassName
{
border-color: #679B58;
}
</style>