Shades of Hippie Green #677F63
Tints of Hippie Green #677F63
RGB
CMYK
RGB Variations
Color information
#677F63 (or 0x677F63) is known color: Hippie Green. HEX triplet: 67, 7F and 63. RGB value is (103,127,99). Sum of RGB (Red+Green+Blue) = 103+127+99=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 127 - color contains mainly: green. Hex color #677F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677F63 is #98809C. Grayscale: #747474. Windows color (decimal): -9994397 or 6520679. OLE color: 6520679.
HSL color Cylindrical-coordinate representation of color #677F63: hue angle of 111.43º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #677F63 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 127 | 99 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.50 |
| HSL | 111.43º | 0.12% | 0.44% | - |
| HSV(B) | 111.43º | 0.22% | 0.5% | - |
| XYZ | 15.44 | 18.96 | 14.65 | - |
| YUV | 116.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 99 | 0.19 | 0 | 0.22 | 0.50 | 111.43 | 0.12 | 0.44 |
| Hex | 67 | 7F | 63 | 13 | 0 | 16 | 32 | 6F | C | 2C |
| Octal | 147 | 177 | 143 | 23 | 0 | 26 | 62 | 157 | 14 | 54 |
| Binary | 1100111 | 1111111 | 1100011 | 10011 | 0 | 10110 | 110010 | 1101111 | 1100 | 101100 |
Color Harmonies of #677F63
Complementary color
Monochromatic Colors of #677F63
Black with #677F63
Text Example
Text Example
White with #677F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677F63; }
p { color: rgb(103,127,99); }
H1.HeaderClassName
{
color: #677F63;
}
.AnyTagClassName
{
color: #677F63;
}
</style>
background-color css
<style>
a { background-color: #677F63; }
a { background-color: rgb(103,127,99); }
div.DivClassName
{
background-color: #677F63;
}
.BgClassName
{
background-color: #677F63;
}
</style>
border-color css
<style>
span { border-color: #677F63; }
span { border-color: rgb(103,127,99); }
td.TdClassName
{
border-color: #677F63;
}
.TagClassName
{
border-color: #677F63;
}
</style>