#608A5D

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

Shades of Hippie Green #608A5D

Tints of Hippie Green #608A5D

Color information

#608A5D (or 0x608A5D) is unknown color: approx Hippie Green. HEX triplet: 60, 8A and 5D. RGB value is (96,138,93). Sum of RGB (Red+Green+Blue) = 96+138+93=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 138 - color contains mainly: green. Hex color #608A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608A5D is #9F75A2. Grayscale: #787878. Windows color (decimal): -10450339 or 6130272. OLE color: 6130272.

HSL color Cylindrical-coordinate representation of color #608A5D: hue angle of 116º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #608A5D is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB9613893-
CMYK0.3000.330.46
HSL116º19.48%45.29%-
HSV(B)116º32.61%54.12%-
XYZ15.8921.4513.66-
YUV120.31112.59110.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 138 (54.30% from 255) = 42.20%
BLUE value IS 93 (36.72% from 255) = 28.44%
R=29.36%
G=42.20%
B=28.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96138930.3000.330.4611619.4845.29
Hex608A5D1E0212E74132d
Octal14021213536041561642355
Binary1100000100010101011101111100100001101110111010010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,138,93); }

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

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

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

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

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

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

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