#668D5A

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

Shades of Hippie Green #668D5A

Tints of Hippie Green #668D5A

Color information

#668D5A (or 0x668D5A) is unknown color: approx Hippie Green. HEX triplet: 66, 8D and 5A. RGB value is (102,141,90). Sum of RGB (Red+Green+Blue) = 102+141+90=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 141 - color contains mainly: green. Hex color #668D5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668D5A is #9972A5. Grayscale: #7B7B7B. Windows color (decimal): -10056358 or 5934438. OLE color: 5934438.

HSL color Cylindrical-coordinate representation of color #668D5A: hue angle of 105.88º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #668D5A is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB10214190-
CMYK0.2800.360.45
HSL105.88º22.08%45.29%-
HSV(B)105.88º36.17%55.29%-
XYZ16.8522.6113.15-
YUV123.52109.08112.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 141 (55.47% from 255) = 42.34%
BLUE value IS 90 (35.55% from 255) = 27.03%
R=30.63%
G=42.34%
B=27.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102141900.2800.360.45105.8822.0845.29
Hex668D5A1C0242D6a162d
Octal14621513234044551522655
Binary1100110100011011011010111000100100101101110101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668D5A; }

 p { color: rgb(102,141,90); }

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

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

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

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

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

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

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