Shades of Hippie Green #679955
Tints of Hippie Green #679955
RGB
CMYK
RGB Variations
Color information
#679955 (or 0x679955) is known color: Hippie Green. HEX triplet: 67, 99 and 55. RGB value is (103,153,85). Sum of RGB (Red+Green+Blue) = 103+153+85=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #679955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679955 is #9866AA. Grayscale: #828282. Windows color (decimal): -9987755 or 5609831. OLE color: 5609831.
HSL color Cylindrical-coordinate representation of color #679955: hue angle of 104.12º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #679955 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 85 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.4 |
| HSL | 104.12º | 0.29% | 0.47% | - |
| HSV(B) | 104.12º | 0.44% | 0.6% | - |
| XYZ | 18.62 | 26.32 | 12.69 | - |
| YUV | 130.3 | 102.44 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 85 | 0.33 | 0 | 0.44 | 0.4 | 104.12 | 0.29 | 0.47 |
| Hex | 67 | 99 | 55 | 21 | 0 | 2C | 28 | 68 | 1D | 2F |
| Octal | 147 | 231 | 125 | 41 | 0 | 54 | 50 | 150 | 35 | 57 |
| Binary | 1100111 | 10011001 | 1010101 | 100001 | 0 | 101100 | 101000 | 1101000 | 11101 | 101111 |
Color Harmonies of #679955
Complementary color
Monochromatic Colors of #679955
Black with #679955
Text Example
Text Example
White with #679955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679955; }
p { color: rgb(103,153,85); }
H1.HeaderClassName
{
color: #679955;
}
.AnyTagClassName
{
color: #679955;
}
</style>
background-color css
<style>
a { background-color: #679955; }
a { background-color: rgb(103,153,85); }
div.DivClassName
{
background-color: #679955;
}
.BgClassName
{
background-color: #679955;
}
</style>
border-color css
<style>
span { border-color: #679955; }
span { border-color: rgb(103,153,85); }
td.TdClassName
{
border-color: #679955;
}
.TagClassName
{
border-color: #679955;
}
</style>