#668E65

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

Shades of Hippie Green #668E65

Tints of Hippie Green #668E65

Color information

#668E65 (or 0x668E65) is unknown color: approx Hippie Green. HEX triplet: 66, 8E and 65. RGB value is (102,142,101). Sum of RGB (Red+Green+Blue) = 102+142+101=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 142 - color contains mainly: green. Hex color #668E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668E65 is #99719A. Grayscale: #7D7D7D. Windows color (decimal): -10056091 or 6655590. OLE color: 6655590.

HSL color Cylindrical-coordinate representation of color #668E65: hue angle of 118.54º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #668E65 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB102142101-
CMYK0.2800.290.44
HSL118.54º16.87%47.65%-
HSV(B)118.54º28.87%55.69%-
XYZ17.523.1115.85-
YUV125.37114.25111.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.57%
GREEN value IS 142 (55.86% from 255) = 41.16%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=29.57%
G=41.16%
B=29.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021421010.2800.290.44118.5416.8747.65
Hex668E651C01D2C771130
Octal14621614534035541672160
Binary110011010001110110010111100011101101100111011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668E65; }

 p { color: rgb(102,142,101); }

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

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

 a { background-color: rgb(102,142,101); }

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

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

 span { border-color: rgb(102,142,101); }

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