#66915D

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

Shades of Hippie Green #66915D

Tints of Hippie Green #66915D

Color information

#66915D (or 0x66915D) is unknown color: approx Hippie Green. HEX triplet: 66, 91 and 5D. RGB value is (102,145,93). Sum of RGB (Red+Green+Blue) = 102+145+93=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #66915D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66915D is #996EA2. Grayscale: #7E7E7E. Windows color (decimal): -10055331 or 6132070. OLE color: 6132070.

HSL color Cylindrical-coordinate representation of color #66915D: hue angle of 109.62º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66915D is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB10214593-
CMYK0.3000.360.43
HSL109.62º21.85%46.67%-
HSV(B)109.62º35.86%56.86%-
XYZ17.5823.8714.04-
YUV126.22109.25110.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 145 (57.03% from 255) = 42.65%
BLUE value IS 93 (36.72% from 255) = 27.35%
R=30%
G=42.65%
B=27.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102145930.3000.360.43109.6221.8546.67
Hex66915D1E0242B6e162f
Octal14622113536044531562657
Binary1100110100100011011101111100100100101011110111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66915D; }

 p { color: rgb(102,145,93); }

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

<style>
 a { background-color: #66915D; }

 a { background-color: rgb(102,145,93); }

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

<style>
 span { border-color: #66915D; }

 span { border-color: rgb(102,145,93); }

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