Shades of Hippie Green #679952
Tints of Hippie Green #679952
RGB
CMYK
RGB Variations
Color information
#679952 (or 0x679952) is known color: Hippie Green. HEX triplet: 67, 99 and 52. RGB value is (103,153,82). Sum of RGB (Red+Green+Blue) = 103+153+82=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #679952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679952 is #9866AD. Grayscale: #828282. Windows color (decimal): -9987758 or 5413223. OLE color: 5413223.
HSL color Cylindrical-coordinate representation of color #679952: hue angle of 102.25º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #679952 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 82 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.4 |
| HSL | 102.25º | 0.3% | 0.46% | - |
| HSV(B) | 102.25º | 0.46% | 0.6% | - |
| XYZ | 18.51 | 26.28 | 12.08 | - |
| YUV | 129.96 | 100.94 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 82 | 0.33 | 0 | 0.46 | 0.4 | 102.25 | 0.3 | 0.46 |
| Hex | 67 | 99 | 52 | 21 | 0 | 2E | 28 | 66 | 1E | 2E |
| Octal | 147 | 231 | 122 | 41 | 0 | 56 | 50 | 146 | 36 | 56 |
| Binary | 1100111 | 10011001 | 1010010 | 100001 | 0 | 101110 | 101000 | 1100110 | 11110 | 101110 |
Color Harmonies of #679952
Complementary color
Monochromatic Colors of #679952
Black with #679952
Text Example
Text Example
White with #679952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679952; }
p { color: rgb(103,153,82); }
H1.HeaderClassName
{
color: #679952;
}
.AnyTagClassName
{
color: #679952;
}
</style>
background-color css
<style>
a { background-color: #679952; }
a { background-color: rgb(103,153,82); }
div.DivClassName
{
background-color: #679952;
}
.BgClassName
{
background-color: #679952;
}
</style>
border-color css
<style>
span { border-color: #679952; }
span { border-color: rgb(103,153,82); }
td.TdClassName
{
border-color: #679952;
}
.TagClassName
{
border-color: #679952;
}
</style>