#608E52

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

Shades of Hippie Green #608E52

Tints of Hippie Green #608E52

Color information

#608E52 (or 0x608E52) is unknown color: approx Hippie Green. HEX triplet: 60, 8E and 52. RGB value is (96,142,82). Sum of RGB (Red+Green+Blue) = 96+142+82=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 142 - color contains mainly: green. Hex color #608E52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608E52 is #9F71AD. Grayscale: #797979. Windows color (decimal): -10449326 or 5410400. OLE color: 5410400.

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

Color convert

RGB9614282-
CMYK0.3200.420.44
HSL106º26.79%43.92%-
HSV(B)106º42.25%55.69%-
XYZ16.0222.4411.47-
YUV121.41105.76109.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30%
GREEN value IS 142 (55.86% from 255) = 44.38%
BLUE value IS 82 (32.42% from 255) = 25.62%
R=30%
G=44.38%
B=25.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96142820.3200.420.4410626.7943.92
Hex608E522002A2C6a1b2c
Octal14021612240052541523354
Binary11000001000111010100101000000101010101100110101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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