#668661

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

Shades of Hippie Green #668661

Tints of Hippie Green #668661

Color information

#668661 (or 0x668661) is unknown color: approx Hippie Green. HEX triplet: 66, 86 and 61. RGB value is (102,134,97). Sum of RGB (Red+Green+Blue) = 102+134+97=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #668661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668661 is #99799E. Grayscale: #787878. Windows color (decimal): -10058143 or 6391398. OLE color: 6391398.

HSL color Cylindrical-coordinate representation of color #668661: hue angle of 111.89º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #668661 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB10213497-
CMYK0.2400.280.47
HSL111.89º16.02%45.29%-
HSV(B)111.89º27.61%52.55%-
XYZ16.1620.7414.46-
YUV120.21114.9115.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 134 (52.73% from 255) = 40.24%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=30.63%
G=40.24%
B=29.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102134970.2400.280.47111.8916.0245.29
Hex6686611801C2F70102d
Octal14620614130034571602055
Binary110011010000110110000111000011100101111111000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668661; }

 p { color: rgb(102,134,97); }

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

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

 a { background-color: rgb(102,134,97); }

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

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

 span { border-color: rgb(102,134,97); }

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