Shades of Hippie Green #669F5F
Tints of Hippie Green #669F5F
RGB
CMYK
RGB Variations
Color information
#669F5F (or 0x669F5F) is known color: Hippie Green. HEX triplet: 66, 9F and 5F. RGB value is (102,159,95). Sum of RGB (Red+Green+Blue) = 102+159+95=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #669F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669F5F is #9960A0. Grayscale: #868686. Windows color (decimal): -10051745 or 6266726. OLE color: 6266726.
HSL color Cylindrical-coordinate representation of color #669F5F: hue angle of 113.44º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #669F5F is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 95 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.38 |
| HSL | 113.44º | 0.25% | 0.5% | - |
| HSV(B) | 113.44º | 0.4% | 0.62% | - |
| XYZ | 19.94 | 28.45 | 15.27 | - |
| YUV | 134.66 | 105.62 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 95 | 0.36 | 0 | 0.40 | 0.38 | 113.44 | 0.25 | 0.5 |
| Hex | 66 | 9F | 5F | 24 | 0 | 28 | 26 | 71 | 19 | 32 |
| Octal | 146 | 237 | 137 | 44 | 0 | 50 | 46 | 161 | 31 | 62 |
| Binary | 1100110 | 10011111 | 1011111 | 100100 | 0 | 101000 | 100110 | 1110001 | 11001 | 110010 |
Color Harmonies of #669F5F
Complementary color
Monochromatic Colors of #669F5F
Black with #669F5F
Text Example
Text Example
White with #669F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F5F; }
p { color: rgb(102,159,95); }
H1.HeaderClassName
{
color: #669F5F;
}
.AnyTagClassName
{
color: #669F5F;
}
</style>
background-color css
<style>
a { background-color: #669F5F; }
a { background-color: rgb(102,159,95); }
div.DivClassName
{
background-color: #669F5F;
}
.BgClassName
{
background-color: #669F5F;
}
</style>
border-color css
<style>
span { border-color: #669F5F; }
span { border-color: rgb(102,159,95); }
td.TdClassName
{
border-color: #669F5F;
}
.TagClassName
{
border-color: #669F5F;
}
</style>