#668B65

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

Shades of Hippie Green #668B65

Tints of Hippie Green #668B65

Color information

#668B65 (or 0x668B65) is unknown color: approx Hippie Green. HEX triplet: 66, 8B and 65. RGB value is (102,139,101). Sum of RGB (Red+Green+Blue) = 102+139+101=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #668B65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B65 is #99749A. Grayscale: #7B7B7B. Windows color (decimal): -10056859 or 6654822. OLE color: 6654822.

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

Color convert

RGB102139101-
CMYK0.2700.270.45
HSL118.42º15.83%47.06%-
HSV(B)118.42º27.34%54.51%-
XYZ17.0622.2315.7-
YUV123.6115.24112.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 101 (39.84% from 255) = 29.53%
R=29.82%
G=40.64%
B=29.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021391010.2700.270.45118.4215.8347.06
Hex668B651B01B2D76102f
Octal14621314533033551662057
Binary110011010001011110010111011011011101101111011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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