Shades of Hippie Green #679752
Tints of Hippie Green #679752
RGB
CMYK
RGB Variations
Color information
#679752 (or 0x679752) is known color: Hippie Green. HEX triplet: 67, 97 and 52. RGB value is (103,151,82). Sum of RGB (Red+Green+Blue) = 103+151+82=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #679752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679752 is #9868AD. Grayscale: #818181. Windows color (decimal): -9988270 or 5412711. OLE color: 5412711.
HSL color Cylindrical-coordinate representation of color #679752: hue angle of 101.74º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #679752 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 82 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.41 |
| HSL | 101.74º | 0.3% | 0.46% | - |
| HSV(B) | 101.74º | 0.46% | 0.59% | - |
| XYZ | 18.18 | 25.63 | 11.97 | - |
| YUV | 128.78 | 101.6 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 82 | 0.32 | 0 | 0.46 | 0.41 | 101.74 | 0.3 | 0.46 |
| Hex | 67 | 97 | 52 | 20 | 0 | 2E | 29 | 66 | 1E | 2E |
| Octal | 147 | 227 | 122 | 40 | 0 | 56 | 51 | 146 | 36 | 56 |
| Binary | 1100111 | 10010111 | 1010010 | 100000 | 0 | 101110 | 101001 | 1100110 | 11110 | 101110 |
Color Harmonies of #679752
Complementary color
Monochromatic Colors of #679752
Black with #679752
Text Example
Text Example
White with #679752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679752; }
p { color: rgb(103,151,82); }
H1.HeaderClassName
{
color: #679752;
}
.AnyTagClassName
{
color: #679752;
}
</style>
background-color css
<style>
a { background-color: #679752; }
a { background-color: rgb(103,151,82); }
div.DivClassName
{
background-color: #679752;
}
.BgClassName
{
background-color: #679752;
}
</style>
border-color css
<style>
span { border-color: #679752; }
span { border-color: rgb(103,151,82); }
td.TdClassName
{
border-color: #679752;
}
.TagClassName
{
border-color: #679752;
}
</style>