#668461

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

Shades of Hippie Green #668461

Tints of Hippie Green #668461

Color information

#668461 (or 0x668461) is unknown color: approx Hippie Green. HEX triplet: 66, 84 and 61. RGB value is (102,132,97). Sum of RGB (Red+Green+Blue) = 102+132+97=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #668461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668461 is #997B9E. Grayscale: #777777. Windows color (decimal): -10058655 or 6390886. OLE color: 6390886.

HSL color Cylindrical-coordinate representation of color #668461: hue angle of 111.43º degrees, saturation: 0.15, 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 #668461 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB10213297-
CMYK0.2300.270.48
HSL111.43º15.28%44.9%-
HSV(B)111.43º26.52%51.76%-
XYZ15.8920.1914.37-
YUV119.04115.56115.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=30.82%
G=39.88%
B=29.31%

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
Decimal102132970.2300.270.48111.4315.2844.9
Hex6684611701B306ff2d
Octal14620414127033601571755
Binary11001101000010011000011011101101111000011011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668461; }

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

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

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

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

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

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

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

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