#668565

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

Shades of Hippie Green #668565

Tints of Hippie Green #668565

Color information

#668565 (or 0x668565) is unknown color: approx Hippie Green. HEX triplet: 66, 85 and 65. RGB value is (102,133,101). Sum of RGB (Red+Green+Blue) = 102+133+101=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #668565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668565 is #997A9A. Grayscale: #787878. Windows color (decimal): -10058395 or 6653286. OLE color: 6653286.

HSL color Cylindrical-coordinate representation of color #668565: hue angle of 118.12º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #668565 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB102133101-
CMYK0.2300.240.48
HSL118.12º13.68%45.88%-
HSV(B)118.12º24.06%52.16%-
XYZ16.2220.5415.42-
YUV120.08117.23115.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.36%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 101 (39.84% from 255) = 30.06%
R=30.36%
G=39.58%
B=30.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021331010.2300.240.48118.1213.6845.88
Hex668565170183076e2e
Octal14620514527030601661656
Binary11001101000010111001011011101100011000011101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668565; }

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

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

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

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

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

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

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

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