#668361

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

Shades of Hippie Green #668361

Tints of Hippie Green #668361

Color information

#668361 (or 0x668361) is unknown color: approx Hippie Green. HEX triplet: 66, 83 and 61. RGB value is (102,131,97). Sum of RGB (Red+Green+Blue) = 102+131+97=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 131 - color contains mainly: green. Hex color #668361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668361 is #997C9E. Grayscale: #767676. Windows color (decimal): -10058911 or 6390630. OLE color: 6390630.

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

Color convert

RGB10213197-
CMYK0.2200.260.49
HSL111.18º14.91%44.71%-
HSV(B)111.18º25.95%51.37%-
XYZ15.7519.9214.32-
YUV118.45115.89116.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 131 (51.56% from 255) = 39.70%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=30.91%
G=39.70%
B=29.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102131970.2200.260.49111.1814.9144.71
Hex6683611601A316ff2d
Octal14620314126032611571755
Binary11001101000001111000011011001101011000111011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668361; }

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

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

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

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

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

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

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

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