#608E60

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

Shades of Hippie Green #608E60

Tints of Hippie Green #608E60

Color information

#608E60 (or 0x608E60) is unknown color: approx Hippie Green. HEX triplet: 60, 8E and 60. RGB value is (96,142,96). Sum of RGB (Red+Green+Blue) = 96+142+96=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 142 - color contains mainly: green. Hex color #608E60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608E60 is #9F719F. Grayscale: #7B7B7B. Windows color (decimal): -10449312 or 6327904. OLE color: 6327904.

HSL color Cylindrical-coordinate representation of color #608E60: hue angle of 120º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608E60 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB9614296-
CMYK0.3200.320.44
HSL120º19.33%46.67%-
HSV(B)120º32.39%55.69%-
XYZ16.6122.6814.57-
YUV123112.76108.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.74%
GREEN value IS 142 (55.86% from 255) = 42.51%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=28.74%
G=42.51%
B=28.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96142960.3200.320.4412019.3346.67
Hex608E60200202C78132f
Octal14021614040040541702357
Binary11000001000111011000001000000100000101100111100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608E60; }

 p { color: rgb(96,142,96); }

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

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

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

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

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

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

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