Shades of Hippie Green #669753
Tints of Hippie Green #669753
RGB
CMYK
RGB Variations
Color information
#669753 (or 0x669753) is known color: Hippie Green. HEX triplet: 66, 97 and 53. RGB value is (102,151,83). Sum of RGB (Red+Green+Blue) = 102+151+83=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #669753 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669753 is #9968AC. Grayscale: #808080. Windows color (decimal): -10053805 or 5478246. OLE color: 5478246.
HSL color Cylindrical-coordinate representation of color #669753: hue angle of 103.24º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #669753 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 151 | 83 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.41 |
| HSL | 103.24º | 0.29% | 0.46% | - |
| HSV(B) | 103.24º | 0.45% | 0.59% | - |
| XYZ | 18.11 | 25.58 | 12.17 | - |
| YUV | 128.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 83 | 0.32 | 0 | 0.45 | 0.41 | 103.24 | 0.29 | 0.46 |
| Hex | 66 | 97 | 53 | 20 | 0 | 2D | 29 | 67 | 1D | 2E |
| Octal | 146 | 227 | 123 | 40 | 0 | 55 | 51 | 147 | 35 | 56 |
| Binary | 1100110 | 10010111 | 1010011 | 100000 | 0 | 101101 | 101001 | 1100111 | 11101 | 101110 |
Color Harmonies of #669753
Complementary color
Monochromatic Colors of #669753
Black with #669753
Text Example
Text Example
White with #669753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669753; }
p { color: rgb(102,151,83); }
H1.HeaderClassName
{
color: #669753;
}
.AnyTagClassName
{
color: #669753;
}
</style>
background-color css
<style>
a { background-color: #669753; }
a { background-color: rgb(102,151,83); }
div.DivClassName
{
background-color: #669753;
}
.BgClassName
{
background-color: #669753;
}
</style>
border-color css
<style>
span { border-color: #669753; }
span { border-color: rgb(102,151,83); }
td.TdClassName
{
border-color: #669753;
}
.TagClassName
{
border-color: #669753;
}
</style>