Shades of Hippie Green #679365
Tints of Hippie Green #679365
RGB
CMYK
RGB Variations
Color information
#679365 (or 0x679365) is known color: Hippie Green. HEX triplet: 67, 93 and 65. RGB value is (103,147,101). Sum of RGB (Red+Green+Blue) = 103+147+101=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #679365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679365 is #986C9A. Grayscale: #808080. Windows color (decimal): -9989275 or 6656871. OLE color: 6656871.
HSL color Cylindrical-coordinate representation of color #679365: hue angle of 117.39º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679365 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 147 | 101 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.42 |
| HSL | 117.39º | 0.19% | 0.49% | - |
| HSV(B) | 117.39º | 0.31% | 0.58% | - |
| XYZ | 18.38 | 24.69 | 16.11 | - |
| YUV | 128.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 101 | 0.30 | 0 | 0.31 | 0.42 | 117.39 | 0.19 | 0.49 |
| Hex | 67 | 93 | 65 | 1E | 0 | 1F | 2A | 75 | 13 | 31 |
| Octal | 147 | 223 | 145 | 36 | 0 | 37 | 52 | 165 | 23 | 61 |
| Binary | 1100111 | 10010011 | 1100101 | 11110 | 0 | 11111 | 101010 | 1110101 | 10011 | 110001 |
Color Harmonies of #679365
Complementary color
Monochromatic Colors of #679365
Black with #679365
Text Example
Text Example
White with #679365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679365; }
p { color: rgb(103,147,101); }
H1.HeaderClassName
{
color: #679365;
}
.AnyTagClassName
{
color: #679365;
}
</style>
background-color css
<style>
a { background-color: #679365; }
a { background-color: rgb(103,147,101); }
div.DivClassName
{
background-color: #679365;
}
.BgClassName
{
background-color: #679365;
}
</style>
border-color css
<style>
span { border-color: #679365; }
span { border-color: rgb(103,147,101); }
td.TdClassName
{
border-color: #679365;
}
.TagClassName
{
border-color: #679365;
}
</style>