#618460

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

Shades of Hippie Green #618460

Tints of Hippie Green #618460

Color information

#618460 (or 0x618460) is unknown color: approx Hippie Green. HEX triplet: 61, 84 and 60. RGB value is (97,132,96). Sum of RGB (Red+Green+Blue) = 97+132+96=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #618460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618460 is #9E7B9F. Grayscale: #757575. Windows color (decimal): -10386336 or 6325345. OLE color: 6325345.

HSL color Cylindrical-coordinate representation of color #618460: hue angle of 118.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #618460 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB9713296-
CMYK0.2700.270.48
HSL118.33º15.79%44.71%-
HSV(B)118.33º27.27%51.76%-
XYZ15.2919.8914.1-
YUV117.43115.9113.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=29.85%
G=40.62%
B=29.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97132960.2700.270.48118.3315.7944.71
Hex6184601B01B3076102d
Octal14120414033033601662055
Binary110000110000100110000011011011011110000111011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618460; }

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

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

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

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

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

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

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

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