Shades of Hippie Green #669158
Tints of Hippie Green #669158
RGB
CMYK
RGB Variations
Color information
#669158 (or 0x669158) is known color: Hippie Green. HEX triplet: 66, 91 and 58. RGB value is (102,145,88). Sum of RGB (Red+Green+Blue) = 102+145+88=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #669158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669158 is #996EA7. Grayscale: #7D7D7D. Windows color (decimal): -10055336 or 5804390. OLE color: 5804390.
HSL color Cylindrical-coordinate representation of color #669158: hue angle of 105.26º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #669158 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 88 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.43 |
| HSL | 105.26º | 0.24% | 0.46% | - |
| HSV(B) | 105.26º | 0.39% | 0.57% | - |
| XYZ | 17.37 | 23.78 | 12.91 | - |
| YUV | 125.65 | 106.75 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 88 | 0.30 | 0 | 0.39 | 0.43 | 105.26 | 0.24 | 0.46 |
| Hex | 66 | 91 | 58 | 1E | 0 | 27 | 2B | 69 | 18 | 2E |
| Octal | 146 | 221 | 130 | 36 | 0 | 47 | 53 | 151 | 30 | 56 |
| Binary | 1100110 | 10010001 | 1011000 | 11110 | 0 | 100111 | 101011 | 1101001 | 11000 | 101110 |
Color Harmonies of #669158
Complementary color
Monochromatic Colors of #669158
Black with #669158
Text Example
Text Example
White with #669158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669158; }
p { color: rgb(102,145,88); }
H1.HeaderClassName
{
color: #669158;
}
.AnyTagClassName
{
color: #669158;
}
</style>
background-color css
<style>
a { background-color: #669158; }
a { background-color: rgb(102,145,88); }
div.DivClassName
{
background-color: #669158;
}
.BgClassName
{
background-color: #669158;
}
</style>
border-color css
<style>
span { border-color: #669158; }
span { border-color: rgb(102,145,88); }
td.TdClassName
{
border-color: #669158;
}
.TagClassName
{
border-color: #669158;
}
</style>