#66885C

Color #66885C Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #66885C

Tints of Hippie Green #66885C

Color information

#66885C (or 0x66885C) is unknown color: approx Hippie Green. HEX triplet: 66, 88 and 5C. RGB value is (102,136,92). Sum of RGB (Red+Green+Blue) = 102+136+92=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 136 - color contains mainly: green. Hex color #66885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66885C is #9977A3. Grayscale: #787878. Windows color (decimal): -10057636 or 6064230. OLE color: 6064230.

HSL color Cylindrical-coordinate representation of color #66885C: hue angle of 106.36º 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 #66885C is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB10213692-
CMYK0.2500.320.47
HSL106.36º19.3%44.71%-
HSV(B)106.36º32.35%53.33%-
XYZ16.2221.2113.36-
YUV120.82111.74114.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 136 (53.52% from 255) = 41.21%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=30.91%
G=41.21%
B=27.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102136920.2500.320.47106.3619.344.71
Hex66885C190202F6a132d
Octal14621013431040571522355
Binary1100110100010001011100110010100000101111110101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66885C; }

 p { color: rgb(102,136,92); }

 H1.HeaderClassName
 {
   color: #66885C;
 }
 .AnyTagClassName
 {
   color: #66885C;
 }
</style>
background-color css

<style>
 a { background-color: #66885C; }

 a { background-color: rgb(102,136,92); }

 div.DivClassName
 {
   background-color: #66885C;
 }
 .BgClassName
 {
   background-color: #66885C;
 }
</style>
border-color css

<style>
 span { border-color: #66885C; }

 span { border-color: rgb(102,136,92); }

 td.TdClassName
 {
   border-color: #66885C;
 }
 .TagClassName
 {
   border-color: #66885C;
 }
</style>