Shades of Hippie Green #66885D
Tints of Hippie Green #66885D
RGB
CMYK
RGB Variations
Color information
#66885D (or 0x66885D) is known color: Hippie Green. HEX triplet: 66, 88 and 5D. RGB value is (102,136,93). Sum of RGB (Red+Green+Blue) = 102+136+93=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #66885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66885D is #9977A2. Grayscale: #797979. Windows color (decimal): -10057635 or 6129766. OLE color: 6129766.
HSL color Cylindrical-coordinate representation of color #66885D: hue angle of 107.44º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66885D is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
RGB | 102 | 136 | 93 | - |
CMYK | 0.25 | 0 | 0.32 | 0.47 |
HSL | 107.44º | 0.19% | 0.45% | - |
HSV(B) | 107.44º | 0.32% | 0.53% | - |
XYZ | 16.26 | 21.22 | 13.6 | - |
YUV | 120.93 | 112.24 | 114.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 102 | 136 | 93 | 0.25 | 0 | 0.32 | 0.47 | 107.44 | 0.19 | 0.45 |
Hex | 66 | 88 | 5D | 19 | 0 | 20 | 2F | 6B | 13 | 2D |
Octal | 146 | 210 | 135 | 31 | 0 | 40 | 57 | 153 | 23 | 55 |
Binary | 1100110 | 10001000 | 1011101 | 11001 | 0 | 100000 | 101111 | 1101011 | 10011 | 101101 |
Color Harmonies of #66885D
Complementary color
Monochromatic Colors of #66885D
Black with #66885D
Text Example
Text Example
White with #66885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66885D; }
p { color: rgb(102,136,93); }
H1.HeaderClassName
{
color: #66885D;
}
.AnyTagClassName
{
color: #66885D;
}
</style>
background-color css
<style>
a { background-color: #66885D; }
a { background-color: rgb(102,136,93); }
div.DivClassName
{
background-color: #66885D;
}
.BgClassName
{
background-color: #66885D;
}
</style>
border-color css
<style>
span { border-color: #66885D; }
span { border-color: rgb(102,136,93); }
td.TdClassName
{
border-color: #66885D;
}
.TagClassName
{
border-color: #66885D;
}
</style>