#60915C

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

Shades of Hippie Green #60915C

Tints of Hippie Green #60915C

Color information

#60915C (or 0x60915C) is unknown color: approx Hippie Green. HEX triplet: 60, 91 and 5C. RGB value is (96,145,92). Sum of RGB (Red+Green+Blue) = 96+145+92=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #60915C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60915C is #9F6EA3. Grayscale: #7C7C7C. Windows color (decimal): -10448548 or 6066528. OLE color: 6066528.

HSL color Cylindrical-coordinate representation of color #60915C: hue angle of 115.47º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60915C is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB9614592-
CMYK0.3400.370.43
HSL115.47º22.36%46.47%-
HSV(B)115.47º36.55%56.86%-
XYZ16.8823.5113.77-
YUV124.31109.77107.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.83%
GREEN value IS 145 (57.03% from 255) = 43.54%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=28.83%
G=43.54%
B=27.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96145920.3400.370.43115.4722.3646.47
Hex60915C220252B73162e
Octal14022113442045531632656
Binary11000001001000110111001000100100101101011111001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60915C; }

 p { color: rgb(96,145,92); }

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

<style>
 a { background-color: #60915C; }

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

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

<style>
 span { border-color: #60915C; }

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

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