#66815F

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

Shades of Hippie Green #66815F

Tints of Hippie Green #66815F

Color information

#66815F (or 0x66815F) is unknown color: approx Hippie Green. HEX triplet: 66, 81 and 5F. RGB value is (102,129,95). Sum of RGB (Red+Green+Blue) = 102+129+95=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 129 - color contains mainly: green. Hex color #66815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66815F is #997EA0. Grayscale: #757575. Windows color (decimal): -10059425 or 6259046. OLE color: 6259046.

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

Color convert

RGB10212995-
CMYK0.2100.260.49
HSL107.65º15.18%43.92%-
HSV(B)107.65º26.36%50.59%-
XYZ15.419.3513.75-
YUV117.05115.55117.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 129 (50.78% from 255) = 39.57%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=31.29%
G=39.57%
B=29.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102129950.2100.260.49107.6515.1843.92
Hex66815F1501A316cf2c
Octal14620113725032611541754
Binary11001101000000110111111010101101011000111011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66815F; }

 p { color: rgb(102,129,95); }

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

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

 a { background-color: rgb(102,129,95); }

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

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

 span { border-color: rgb(102,129,95); }

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