#60973c

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

Shades of Limeade #60973C

Tints of Limeade #60973C

Color information

#60973C (or 0x60973C) is unknown color: approx Limeade. HEX triplet: 60, 97 and 3C. RGB value is (96,151,60). Sum of RGB (Red+Green+Blue) = 96+151+60=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #60973C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60973C is #9F68C3. Grayscale: #7C7C7C. Windows color (decimal): -10447044 or 3970912. OLE color: 3970912.

HSL color Cylindrical-coordinate representation of color #60973C: hue angle of 96.26º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60973C is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB9615160-
CMYK0.3600.600.41
HSL96.26º43.13%41.37%-
HSV(B)96.26º60.26%59.22%-
XYZ16.7124.958.21-
YUV124.1891.78107.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 151 (59.38% from 255) = 49.19%
BLUE value IS 60 (23.83% from 255) = 19.54%
R=31.27%
G=49.19%
B=19.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96151600.3600.600.4196.2643.1341.37
Hex60973C2403C29602b29
Octal1402277444074511405351
Binary11000001001011111110010010001111001010011100000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60973c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60973c; }

 p { color: rgb(96,151,60); }

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

<style>
 a { background-color: #60973c; }

 a { background-color: rgb(96,151,60); }

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

<style>
 span { border-color: #60973c; }

 span { border-color: rgb(96,151,60); }

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