#60A35C

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

Shades of Hippie Green #60A35C

Tints of Hippie Green #60A35C

Color information

#60A35C (or 0x60A35C) is unknown color: approx Hippie Green. HEX triplet: 60, A3 and 5C. RGB value is (96,163,92). Sum of RGB (Red+Green+Blue) = 96+163+92=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 163 - color contains mainly: green. Hex color #60A35C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A35C is #9F5CA3. Grayscale: #878787. Windows color (decimal): -10443940 or 6071136. OLE color: 6071136.

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

Color convert

RGB9616392-
CMYK0.4100.440.36
HSL116.62º27.84%50%-
HSV(B)116.62º43.56%63.92%-
XYZ19.8529.4514.76-
YUV134.87103.8100.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.35%
GREEN value IS 163 (64.06% from 255) = 46.44%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=27.35%
G=46.44%
B=26.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal96163920.4100.440.36116.6227.8450
Hex60A35C2902C24751c32
Octal14024313451054441653462
Binary11000001010001110111001010010101100100100111010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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