#618160

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

Shades of Hippie Green #618160

Tints of Hippie Green #618160

Color information

#618160 (or 0x618160) is unknown color: approx Hippie Green. HEX triplet: 61, 81 and 60. RGB value is (97,129,96). Sum of RGB (Red+Green+Blue) = 97+129+96=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #618160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618160 is #9E7E9F. Grayscale: #737373. Windows color (decimal): -10387104 or 6324577. OLE color: 6324577.

HSL color Cylindrical-coordinate representation of color #618160: hue angle of 118.18º 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 #618160 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB9712996-
CMYK0.2500.260.49
HSL118.18º14.67%44.12%-
HSV(B)118.18º25.58%50.59%-
XYZ14.8919.0913.97-
YUV115.67116.9114.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=30.12%
G=40.06%
B=29.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97129960.2500.260.49118.1814.6744.12
Hex6181601901A3176f2c
Octal14120114031032611661754
Binary11000011000000111000001100101101011000111101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618160; }

 p { color: rgb(97,129,96); }

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

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

 a { background-color: rgb(97,129,96); }

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

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

 span { border-color: rgb(97,129,96); }

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