#668665

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

Shades of Hippie Green #668665

Tints of Hippie Green #668665

Color information

#668665 (or 0x668665) is unknown color: approx Hippie Green. HEX triplet: 66, 86 and 65. RGB value is (102,134,101). Sum of RGB (Red+Green+Blue) = 102+134+101=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #668665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668665 is #99799A. Grayscale: #787878. Windows color (decimal): -10058139 or 6653542. OLE color: 6653542.

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

Color convert

RGB102134101-
CMYK0.2400.250.47
HSL118.18º14.04%46.08%-
HSV(B)118.18º24.63%52.55%-
XYZ16.3520.8115.47-
YUV120.67116.9114.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 134 (52.73% from 255) = 39.76%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=30.27%
G=39.76%
B=29.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021341010.2400.250.47118.1814.0446.08
Hex668665180192F76e2e
Octal14620614530031571661656
Binary11001101000011011001011100001100110111111101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668665; }

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

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

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

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

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

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

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

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