#668360

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

Shades of Hippie Green #668360

Tints of Hippie Green #668360

Color information

#668360 (or 0x668360) is unknown color: approx Hippie Green. HEX triplet: 66, 83 and 60. RGB value is (102,131,96). Sum of RGB (Red+Green+Blue) = 102+131+96=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 131 - color contains mainly: green. Hex color #668360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668360 is #997C9F. Grayscale: #767676. Windows color (decimal): -10058912 or 6325094. OLE color: 6325094.

HSL color Cylindrical-coordinate representation of color #668360: hue angle of 109.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668360 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB10213196-
CMYK0.2200.270.49
HSL109.71º15.42%44.51%-
HSV(B)109.71º26.72%51.37%-
XYZ15.7119.914.08-
YUV118.34115.39116.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 131 (51.56% from 255) = 39.82%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=31.00%
G=39.82%
B=29.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102131960.2200.270.49109.7115.4244.51
Hex6683601601B316ef2d
Octal14620314026033611561755
Binary11001101000001111000001011001101111000111011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668360; }

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

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

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

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

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

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

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

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