#618A5F

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

Shades of Hippie Green #618A5F

Tints of Hippie Green #618A5F

Color information

#618A5F (or 0x618A5F) is unknown color: approx Hippie Green. HEX triplet: 61, 8A and 5F. RGB value is (97,138,95). Sum of RGB (Red+Green+Blue) = 97+138+95=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #618A5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618A5F is #9E75A0. Grayscale: #787878. Windows color (decimal): -10384801 or 6261345. OLE color: 6261345.

HSL color Cylindrical-coordinate representation of color #618A5F: hue angle of 117.21º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #618A5F is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB9713895-
CMYK0.3000.310.46
HSL117.21º18.45%45.69%-
HSV(B)117.21º31.16%54.12%-
XYZ16.0821.5414.14-
YUV120.84113.42111-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 138 (54.30% from 255) = 41.82%
BLUE value IS 95 (37.5% from 255) = 28.79%
R=29.39%
G=41.82%
B=28.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97138950.3000.310.46117.2118.4545.69
Hex618A5F1E01F2E75122e
Octal14121213736037561652256
Binary110000110001010101111111110011111101110111010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618A5F; }

 p { color: rgb(97,138,95); }

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

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

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

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

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

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

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