#668C59

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

Shades of Hippie Green #668C59

Tints of Hippie Green #668C59

Color information

#668C59 (or 0x668C59) is unknown color: approx Hippie Green. HEX triplet: 66, 8C and 59. RGB value is (102,140,89). Sum of RGB (Red+Green+Blue) = 102+140+89=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 140 - color contains mainly: green. Hex color #668C59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668C59 is #9973A6. Grayscale: #7A7A7A. Windows color (decimal): -10056615 or 5868646. OLE color: 5868646.

HSL color Cylindrical-coordinate representation of color #668C59: hue angle of 104.71º 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 #668C59 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB10214089-
CMYK0.2700.360.45
HSL104.71º22.27%44.9%-
HSV(B)104.71º36.43%54.9%-
XYZ16.6622.312.88-
YUV122.82108.91113.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 140 (55.08% from 255) = 42.30%
BLUE value IS 89 (35.16% from 255) = 26.89%
R=30.82%
G=42.30%
B=26.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102140890.2700.360.45104.7122.2744.9
Hex668C591B0242D69162d
Octal14621413133044551512655
Binary1100110100011001011001110110100100101101110100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,140,89); }

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

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

 a { background-color: rgb(102,140,89); }

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

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

 span { border-color: rgb(102,140,89); }

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