#60A25D

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

Shades of Hippie Green #60A25D

Tints of Hippie Green #60A25D

Color information

#60A25D (or 0x60A25D) is unknown color: approx Hippie Green. HEX triplet: 60, A2 and 5D. RGB value is (96,162,93). Sum of RGB (Red+Green+Blue) = 96+162+93=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 162 - color contains mainly: green. Hex color #60A25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A25D is #9F5DA2. Grayscale: #868686. Windows color (decimal): -10444195 or 6136416. OLE color: 6136416.

HSL color Cylindrical-coordinate representation of color #60A25D: hue angle of 117.39º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60A25D is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB9616293-
CMYK0.4100.430.36
HSL117.39º27.06%50%-
HSV(B)117.39º42.59%63.53%-
XYZ19.7229.1214.94-
YUV134.4104.63100.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.35%
GREEN value IS 162 (63.67% from 255) = 46.15%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=27.35%
G=46.15%
B=26.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal96162930.4100.430.36117.3927.0650
Hex60A25D2902B24751b32
Octal14024213551053441653362
Binary11000001010001010111011010010101011100100111010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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