Shades of Hippie Green #66995B
Tints of Hippie Green #66995B
RGB
CMYK
RGB Variations
Color information
#66995B (or 0x66995B) is known color: Hippie Green. HEX triplet: 66, 99 and 5B. RGB value is (102,153,91). Sum of RGB (Red+Green+Blue) = 102+153+91=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #66995B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66995B is #9966A4. Grayscale: #828282. Windows color (decimal): -10053285 or 6003046. OLE color: 6003046.
HSL color Cylindrical-coordinate representation of color #66995B: hue angle of 109.35º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66995B is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 91 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.4 |
| HSL | 109.35º | 0.25% | 0.48% | - |
| HSV(B) | 109.35º | 0.41% | 0.6% | - |
| XYZ | 18.76 | 26.36 | 14 | - |
| YUV | 130.68 | 105.6 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 91 | 0.33 | 0 | 0.41 | 0.4 | 109.35 | 0.25 | 0.48 |
| Hex | 66 | 99 | 5B | 21 | 0 | 29 | 28 | 6D | 19 | 30 |
| Octal | 146 | 231 | 133 | 41 | 0 | 51 | 50 | 155 | 31 | 60 |
| Binary | 1100110 | 10011001 | 1011011 | 100001 | 0 | 101001 | 101000 | 1101101 | 11001 | 110000 |
Color Harmonies of #66995B
Complementary color
Monochromatic Colors of #66995B
Black with #66995B
Text Example
Text Example
White with #66995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66995B; }
p { color: rgb(102,153,91); }
H1.HeaderClassName
{
color: #66995B;
}
.AnyTagClassName
{
color: #66995B;
}
</style>
background-color css
<style>
a { background-color: #66995B; }
a { background-color: rgb(102,153,91); }
div.DivClassName
{
background-color: #66995B;
}
.BgClassName
{
background-color: #66995B;
}
</style>
border-color css
<style>
span { border-color: #66995B; }
span { border-color: rgb(102,153,91); }
td.TdClassName
{
border-color: #66995B;
}
.TagClassName
{
border-color: #66995B;
}
</style>