Shades of Hippie Green #668A5E
Tints of Hippie Green #668A5E
RGB
CMYK
RGB Variations
Color information
#668A5E (or 0x668A5E) is known color: Hippie Green. HEX triplet: 66, 8A and 5E. RGB value is (102,138,94). Sum of RGB (Red+Green+Blue) = 102+138+94=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 138 - color contains mainly: green. Hex color #668A5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668A5E is #9975A1. Grayscale: #7A7A7A. Windows color (decimal): -10057122 or 6195814. OLE color: 6195814.
HSL color Cylindrical-coordinate representation of color #668A5E: hue angle of 109.09º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #668A5E is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 138 | 94 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.46 |
| HSL | 109.09º | 0.19% | 0.45% | - |
| HSV(B) | 109.09º | 0.32% | 0.54% | - |
| XYZ | 16.59 | 21.81 | 13.93 | - |
| YUV | 122.22 | 112.07 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 94 | 0.26 | 0 | 0.32 | 0.46 | 109.09 | 0.19 | 0.45 |
| Hex | 66 | 8A | 5E | 1A | 0 | 20 | 2E | 6D | 13 | 2D |
| Octal | 146 | 212 | 136 | 32 | 0 | 40 | 56 | 155 | 23 | 55 |
| Binary | 1100110 | 10001010 | 1011110 | 11010 | 0 | 100000 | 101110 | 1101101 | 10011 | 101101 |
Color Harmonies of #668A5E
Complementary color
Monochromatic Colors of #668A5E
Black with #668A5E
Text Example
Text Example
White with #668A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668A5E; }
p { color: rgb(102,138,94); }
H1.HeaderClassName
{
color: #668A5E;
}
.AnyTagClassName
{
color: #668A5E;
}
</style>
background-color css
<style>
a { background-color: #668A5E; }
a { background-color: rgb(102,138,94); }
div.DivClassName
{
background-color: #668A5E;
}
.BgClassName
{
background-color: #668A5E;
}
</style>
border-color css
<style>
span { border-color: #668A5E; }
span { border-color: rgb(102,138,94); }
td.TdClassName
{
border-color: #668A5E;
}
.TagClassName
{
border-color: #668A5E;
}
</style>