#66895A

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

Shades of Hippie Green #66895A

Tints of Hippie Green #66895A

Color information

#66895A (or 0x66895A) is unknown color: approx Hippie Green. HEX triplet: 66, 89 and 5A. RGB value is (102,137,90). Sum of RGB (Red+Green+Blue) = 102+137+90=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #66895A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66895A is #9976A5. Grayscale: #797979. Windows color (decimal): -10057382 or 5933414. OLE color: 5933414.

HSL color Cylindrical-coordinate representation of color #66895A: hue angle of 104.68º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66895A is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB10213790-
CMYK0.2600.340.46
HSL104.68º20.7%44.51%-
HSV(B)104.68º34.31%53.73%-
XYZ16.2721.4512.96-
YUV121.18110.4114.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 137 (53.91% from 255) = 41.64%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=31.00%
G=41.64%
B=27.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102137900.2600.340.46104.6820.744.51
Hex66895A1A0222E69152d
Octal14621113232042561512555
Binary1100110100010011011010110100100010101110110100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66895A; }

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

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

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

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

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

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

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

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