Shades of Hippie Green #679058
Tints of Hippie Green #679058
RGB
CMYK
RGB Variations
Color information
#679058 (or 0x679058) is known color: Hippie Green. HEX triplet: 67, 90 and 58. RGB value is (103,144,88). Sum of RGB (Red+Green+Blue) = 103+144+88=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #679058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679058 is #986FA7. Grayscale: #7D7D7D. Windows color (decimal): -9990056 or 5804135. OLE color: 5804135.
HSL color Cylindrical-coordinate representation of color #679058: hue angle of 103.93º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #679058 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 88 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.44 |
| HSL | 103.93º | 0.24% | 0.45% | - |
| HSV(B) | 103.93º | 0.39% | 0.56% | - |
| XYZ | 17.33 | 23.53 | 12.86 | - |
| YUV | 125.36 | 106.92 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 88 | 0.28 | 0 | 0.39 | 0.44 | 103.93 | 0.24 | 0.45 |
| Hex | 67 | 90 | 58 | 1C | 0 | 27 | 2C | 68 | 18 | 2D |
| Octal | 147 | 220 | 130 | 34 | 0 | 47 | 54 | 150 | 30 | 55 |
| Binary | 1100111 | 10010000 | 1011000 | 11100 | 0 | 100111 | 101100 | 1101000 | 11000 | 101101 |
Color Harmonies of #679058
Complementary color
Monochromatic Colors of #679058
Black with #679058
Text Example
Text Example
White with #679058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679058; }
p { color: rgb(103,144,88); }
H1.HeaderClassName
{
color: #679058;
}
.AnyTagClassName
{
color: #679058;
}
</style>
background-color css
<style>
a { background-color: #679058; }
a { background-color: rgb(103,144,88); }
div.DivClassName
{
background-color: #679058;
}
.BgClassName
{
background-color: #679058;
}
</style>
border-color css
<style>
span { border-color: #679058; }
span { border-color: rgb(103,144,88); }
td.TdClassName
{
border-color: #679058;
}
.TagClassName
{
border-color: #679058;
}
</style>