#619F60

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

Shades of Hippie Green #619F60

Tints of Hippie Green #619F60

Color information

#619F60 (or 0x619F60) is unknown color: approx Hippie Green. HEX triplet: 61, 9F and 60. RGB value is (97,159,96). Sum of RGB (Red+Green+Blue) = 97+159+96=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #619F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619F60 is #9E609F. Grayscale: #858585. Windows color (decimal): -10379424 or 6332257. OLE color: 6332257.

HSL color Cylindrical-coordinate representation of color #619F60: hue angle of 119.05º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #619F60 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB9715996-
CMYK0.3900.400.38
HSL119.05º24.71%50%-
HSV(B)119.05º39.62%62.35%-
XYZ19.4428.1815.48-
YUV133.28106.96102.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 159 (62.5% from 255) = 45.17%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=27.56%
G=45.17%
B=27.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97159960.3900.400.38119.0524.7150
Hex619F602702826771932
Octal14123714047050461673162
Binary11000011001111111000001001110101000100110111011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619F60; }

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

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

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

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

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

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

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

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