#668466

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

Shades of Hippie Green #668466

Tints of Hippie Green #668466

Color information

#668466 (or 0x668466) is unknown color: approx Hippie Green. HEX triplet: 66, 84 and 66. RGB value is (102,132,102). Sum of RGB (Red+Green+Blue) = 102+132+102=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #668466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668466 is #997B99. Grayscale: #777777. Windows color (decimal): -10058650 or 6718566. OLE color: 6718566.

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

Color convert

RGB102132102-
CMYK0.2300.230.48
HSL120º12.82%45.88%-
HSV(B)120º22.73%51.76%-
XYZ16.1320.2915.64-
YUV119.61118.06115.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.36%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 102 (40.23% from 255) = 30.36%
R=30.36%
G=39.29%
B=30.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021321020.2300.230.4812012.8245.88
Hex668466170173078d2e
Octal14620414627027601701556
Binary11001101000010011001101011101011111000011110001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668466; }

 p { color: rgb(102,132,102); }

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

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

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

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

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

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

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