#60992E

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

Shades of Limeade #60992E

Tints of Limeade #60992E

Color information

#60992E (or 0x60992E) is unknown color: approx Limeade. HEX triplet: 60, 99 and 2E. RGB value is (96,153,46). Sum of RGB (Red+Green+Blue) = 96+153+46=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #60992E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60992E is #9F66D1. Grayscale: #7C7C7C. Windows color (decimal): -10446546 or 3053920. OLE color: 3053920.

HSL color Cylindrical-coordinate representation of color #60992E: hue angle of 91.96º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60992E is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB9615346-
CMYK0.3700.700.4
HSL91.96º53.77%39.02%-
HSV(B)91.96º69.93%60%-
XYZ16.7125.476.62-
YUV123.7684.12108.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 153 (60.16% from 255) = 51.86%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=32.54%
G=51.86%
B=15.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96153460.3700.700.491.9653.7739.02
Hex60992E25046285c3627
Octal14023156450106501346647
Binary110000010011001101110100101010001101010001011100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60992E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60992E; }

 p { color: rgb(96,153,46); }

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

<style>
 a { background-color: #60992E; }

 a { background-color: rgb(96,153,46); }

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

<style>
 span { border-color: #60992E; }

 span { border-color: rgb(96,153,46); }

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