Shades of Hippie Green #679950
Tints of Hippie Green #679950
RGB
CMYK
RGB Variations
Color information
#679950 (or 0x679950) is known color: Hippie Green. HEX triplet: 67, 99 and 50. RGB value is (103,153,80). Sum of RGB (Red+Green+Blue) = 103+153+80=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #679950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679950 is #9866AF. Grayscale: #818181. Windows color (decimal): -9987760 or 5282151. OLE color: 5282151.
HSL color Cylindrical-coordinate representation of color #679950: hue angle of 101.1º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #679950 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 80 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.4 |
| HSL | 101.1º | 0.31% | 0.46% | - |
| HSV(B) | 101.1º | 0.48% | 0.6% | - |
| XYZ | 18.43 | 26.25 | 11.68 | - |
| YUV | 129.73 | 99.94 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 80 | 0.33 | 0 | 0.48 | 0.4 | 101.1 | 0.31 | 0.46 |
| Hex | 67 | 99 | 50 | 21 | 0 | 30 | 28 | 65 | 1F | 2E |
| Octal | 147 | 231 | 120 | 41 | 0 | 60 | 50 | 145 | 37 | 56 |
| Binary | 1100111 | 10011001 | 1010000 | 100001 | 0 | 110000 | 101000 | 1100101 | 11111 | 101110 |
Color Harmonies of #679950
Complementary color
Monochromatic Colors of #679950
Black with #679950
Text Example
Text Example
White with #679950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679950; }
p { color: rgb(103,153,80); }
H1.HeaderClassName
{
color: #679950;
}
.AnyTagClassName
{
color: #679950;
}
</style>
background-color css
<style>
a { background-color: #679950; }
a { background-color: rgb(103,153,80); }
div.DivClassName
{
background-color: #679950;
}
.BgClassName
{
background-color: #679950;
}
</style>
border-color css
<style>
span { border-color: #679950; }
span { border-color: rgb(103,153,80); }
td.TdClassName
{
border-color: #679950;
}
.TagClassName
{
border-color: #679950;
}
</style>