#668460

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

Shades of Hippie Green #668460

Tints of Hippie Green #668460

Color information

#668460 (or 0x668460) is unknown color: approx Hippie Green. HEX triplet: 66, 84 and 60. RGB value is (102,132,96). Sum of RGB (Red+Green+Blue) = 102+132+96=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #668460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668460 is #997B9F. Grayscale: #777777. Windows color (decimal): -10058656 or 6325350. OLE color: 6325350.

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

Color convert

RGB10213296-
CMYK0.2300.270.48
HSL110º15.79%44.71%-
HSV(B)110º27.27%51.76%-
XYZ15.8420.1714.12-
YUV118.93115.06115.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 96 (37.89% from 255) = 29.09%
R=30.91%
G=40%
B=29.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102132960.2300.270.4811015.7944.71
Hex6684601701B306e102d
Octal14620414027033601562055
Binary110011010000100110000010111011011110000110111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668460; }

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

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

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

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

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

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

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

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