#668A65

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

Shades of Hippie Green #668A65

Tints of Hippie Green #668A65

Color information

#668A65 (or 0x668A65) is unknown color: approx Hippie Green. HEX triplet: 66, 8A and 65. RGB value is (102,138,101). Sum of RGB (Red+Green+Blue) = 102+138+101=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 138 - color contains mainly: green. Hex color #668A65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668A65 is #99759A. Grayscale: #7B7B7B. Windows color (decimal): -10057115 or 6654566. OLE color: 6654566.

HSL color Cylindrical-coordinate representation of color #668A65: hue angle of 118.38º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668A65 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB102138101-
CMYK0.2600.270.46
HSL118.38º15.48%46.86%-
HSV(B)118.38º26.81%54.12%-
XYZ16.9221.9415.66-
YUV123.02115.57113.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.91%
GREEN value IS 138 (54.30% from 255) = 40.47%
BLUE value IS 101 (39.84% from 255) = 29.62%
R=29.91%
G=40.47%
B=29.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021381010.2600.270.46118.3815.4846.86
Hex668A651A01B2E76f2f
Octal14621214532033561661757
Binary11001101000101011001011101001101110111011101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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