#669565

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

Shades of Hippie Green #669565

Tints of Hippie Green #669565

Color information

#669565 (or 0x669565) is unknown color: approx Hippie Green. HEX triplet: 66, 95 and 65. RGB value is (102,149,101). Sum of RGB (Red+Green+Blue) = 102+149+101=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #669565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669565 is #996A9A. Grayscale: #818181. Windows color (decimal): -10054299 or 6657382. OLE color: 6657382.

HSL color Cylindrical-coordinate representation of color #669565: hue angle of 118.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669565 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB102149101-
CMYK0.3200.320.42
HSL118.75º19.2%49.02%-
HSV(B)118.75º32.21%58.43%-
XYZ18.5825.2616.21-
YUV129.48111.93108.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.98%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 101 (39.84% from 255) = 28.69%
R=28.98%
G=42.33%
B=28.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021491010.3200.320.42118.7519.249.02
Hex669565200202A771331
Octal14622514540040521672361
Binary11001101001010111001011000000100000101010111011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669565; }

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

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

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

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

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

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

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

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