Shades of Hippie Green #669058
Tints of Hippie Green #669058
RGB
CMYK
RGB Variations
Color information
#669058 (or 0x669058) is known color: Hippie Green. HEX triplet: 66, 90 and 58. RGB value is (102,144,88). Sum of RGB (Red+Green+Blue) = 102+144+88=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #669058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669058 is #996FA7. Grayscale: #7D7D7D. Windows color (decimal): -10055592 or 5804134. OLE color: 5804134.
HSL color Cylindrical-coordinate representation of color #669058: hue angle of 105º 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 #669058 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 88 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.44 |
| HSL | 105º | 0.24% | 0.45% | - |
| HSV(B) | 105º | 0.39% | 0.56% | - |
| XYZ | 17.21 | 23.48 | 12.86 | - |
| YUV | 125.06 | 107.09 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 88 | 0.29 | 0 | 0.39 | 0.44 | 105 | 0.24 | 0.45 |
| Hex | 66 | 90 | 58 | 1D | 0 | 27 | 2C | 69 | 18 | 2D |
| Octal | 146 | 220 | 130 | 35 | 0 | 47 | 54 | 151 | 30 | 55 |
| Binary | 1100110 | 10010000 | 1011000 | 11101 | 0 | 100111 | 101100 | 1101001 | 11000 | 101101 |
Color Harmonies of #669058
Complementary color
Monochromatic Colors of #669058
Black with #669058
Text Example
Text Example
White with #669058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669058; }
p { color: rgb(102,144,88); }
H1.HeaderClassName
{
color: #669058;
}
.AnyTagClassName
{
color: #669058;
}
</style>
background-color css
<style>
a { background-color: #669058; }
a { background-color: rgb(102,144,88); }
div.DivClassName
{
background-color: #669058;
}
.BgClassName
{
background-color: #669058;
}
</style>
border-color css
<style>
span { border-color: #669058; }
span { border-color: rgb(102,144,88); }
td.TdClassName
{
border-color: #669058;
}
.TagClassName
{
border-color: #669058;
}
</style>