#618461

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

Shades of Hippie Green #618461

Tints of Hippie Green #618461

Color information

#618461 (or 0x618461) is unknown color: approx Hippie Green. HEX triplet: 61, 84 and 61. RGB value is (97,132,97). Sum of RGB (Red+Green+Blue) = 97+132+97=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #618461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618461 is #9E7B9E. Grayscale: #757575. Windows color (decimal): -10386335 or 6390881. OLE color: 6390881.

HSL color Cylindrical-coordinate representation of color #618461: hue angle of 120º degrees, saturation: 0.15, 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 #618461 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB9713297-
CMYK0.2700.270.48
HSL120º15.28%44.9%-
HSV(B)120º26.52%51.76%-
XYZ15.3419.9114.34-
YUV117.54116.4113.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=29.75%
G=40.49%
B=29.75%

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
Decimal97132970.2700.270.4812015.2844.9
Hex6184611B01B3078f2d
Octal14120414133033601701755
Binary11000011000010011000011101101101111000011110001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618461; }

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

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

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

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

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

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

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

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