#60A058

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

Shades of Hippie Green #60A058

Tints of Hippie Green #60A058

Color information

#60A058 (or 0x60A058) is unknown color: approx Hippie Green. HEX triplet: 60, A0 and 58. RGB value is (96,160,88). Sum of RGB (Red+Green+Blue) = 96+160+88=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #60A058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A058 is #9F5FA7. Grayscale: #848484. Windows color (decimal): -10444712 or 5808224. OLE color: 5808224.

HSL color Cylindrical-coordinate representation of color #60A058: hue angle of 113.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60A058 is Cyan = 0.4, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB9616088-
CMYK0.400.450.37
HSL113.33º29.03%48.63%-
HSV(B)113.33º45%62.75%-
XYZ19.1628.3313.69-
YUV132.66102.8101.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 160 (62.89% from 255) = 46.51%
BLUE value IS 88 (34.77% from 255) = 25.58%
R=27.91%
G=46.51%
B=25.58%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal96160880.400.450.37113.3329.0348.63
Hex60A0582802D25711d31
Octal14024013050055451613561
Binary11000001010000010110001010000101101100101111000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60A058; }

 p { color: rgb(96,160,88); }

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

<style>
 a { background-color: #60A058; }

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

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

<style>
 span { border-color: #60A058; }

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

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