#608C5B

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

Shades of Hippie Green #608C5B

Tints of Hippie Green #608C5B

Color information

#608C5B (or 0x608C5B) is unknown color: approx Hippie Green. HEX triplet: 60, 8C and 5B. RGB value is (96,140,91). Sum of RGB (Red+Green+Blue) = 96+140+91=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #608C5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608C5B is #9F73A4. Grayscale: #797979. Windows color (decimal): -10449829 or 5999712. OLE color: 5999712.

HSL color Cylindrical-coordinate representation of color #608C5B: hue angle of 113.88º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #608C5B is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB9614091-
CMYK0.3100.350.45
HSL113.88º21.21%45.29%-
HSV(B)113.88º35%54.9%-
XYZ16.092213.3-
YUV121.26110.92109.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 140 (55.08% from 255) = 42.81%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=29.36%
G=42.81%
B=27.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96140910.3100.350.45113.8821.2145.29
Hex608C5B1F0232D72152d
Octal14021413337043551622555
Binary1100000100011001011011111110100011101101111001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,140,91); }

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

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

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

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

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

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

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