Shades of Hippie Green #679C52
Tints of Hippie Green #679C52
RGB
CMYK
RGB Variations
Color information
#679C52 (or 0x679C52) is known color: Hippie Green. HEX triplet: 67, 9C and 52. RGB value is (103,156,82). Sum of RGB (Red+Green+Blue) = 103+156+82=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #679C52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679C52 is #9863AD. Grayscale: #838383. Windows color (decimal): -9986990 or 5413991. OLE color: 5413991.
HSL color Cylindrical-coordinate representation of color #679C52: hue angle of 102.97º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #679C52 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 156 | 82 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.39 |
| HSL | 102.97º | 0.31% | 0.47% | - |
| HSV(B) | 102.97º | 0.47% | 0.61% | - |
| XYZ | 19 | 27.27 | 12.24 | - |
| YUV | 131.72 | 99.94 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 82 | 0.34 | 0 | 0.47 | 0.39 | 102.97 | 0.31 | 0.47 |
| Hex | 67 | 9C | 52 | 22 | 0 | 2F | 27 | 67 | 1F | 2F |
| Octal | 147 | 234 | 122 | 42 | 0 | 57 | 47 | 147 | 37 | 57 |
| Binary | 1100111 | 10011100 | 1010010 | 100010 | 0 | 101111 | 100111 | 1100111 | 11111 | 101111 |
Color Harmonies of #679C52
Complementary color
Monochromatic Colors of #679C52
Black with #679C52
Text Example
Text Example
White with #679C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679C52; }
p { color: rgb(103,156,82); }
H1.HeaderClassName
{
color: #679C52;
}
.AnyTagClassName
{
color: #679C52;
}
</style>
background-color css
<style>
a { background-color: #679C52; }
a { background-color: rgb(103,156,82); }
div.DivClassName
{
background-color: #679C52;
}
.BgClassName
{
background-color: #679C52;
}
</style>
border-color css
<style>
span { border-color: #679C52; }
span { border-color: rgb(103,156,82); }
td.TdClassName
{
border-color: #679C52;
}
.TagClassName
{
border-color: #679C52;
}
</style>