Shades of Hippie Green #669263
Tints of Hippie Green #669263
RGB
CMYK
RGB Variations
Color information
#669263 (or 0x669263) is known color: Hippie Green. HEX triplet: 66, 92 and 63. RGB value is (102,146,99). Sum of RGB (Red+Green+Blue) = 102+146+99=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #669263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669263 is #996D9C. Grayscale: #7F7F7F. Windows color (decimal): -10055069 or 6525542. OLE color: 6525542.
HSL color Cylindrical-coordinate representation of color #669263: hue angle of 116.17º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669263 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 99 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.43 |
| HSL | 116.17º | 0.19% | 0.48% | - |
| HSV(B) | 116.17º | 0.32% | 0.57% | - |
| XYZ | 18.01 | 24.28 | 15.54 | - |
| YUV | 127.49 | 111.92 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 99 | 0.30 | 0 | 0.32 | 0.43 | 116.17 | 0.19 | 0.48 |
| Hex | 66 | 92 | 63 | 1E | 0 | 20 | 2B | 74 | 13 | 30 |
| Octal | 146 | 222 | 143 | 36 | 0 | 40 | 53 | 164 | 23 | 60 |
| Binary | 1100110 | 10010010 | 1100011 | 11110 | 0 | 100000 | 101011 | 1110100 | 10011 | 110000 |
Color Harmonies of #669263
Complementary color
Monochromatic Colors of #669263
Black with #669263
Text Example
Text Example
White with #669263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669263; }
p { color: rgb(102,146,99); }
H1.HeaderClassName
{
color: #669263;
}
.AnyTagClassName
{
color: #669263;
}
</style>
background-color css
<style>
a { background-color: #669263; }
a { background-color: rgb(102,146,99); }
div.DivClassName
{
background-color: #669263;
}
.BgClassName
{
background-color: #669263;
}
</style>
border-color css
<style>
span { border-color: #669263; }
span { border-color: rgb(102,146,99); }
td.TdClassName
{
border-color: #669263;
}
.TagClassName
{
border-color: #669263;
}
</style>