#60962F

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

Shades of Limeade #60962F

Tints of Limeade #60962F

Color information

#60962F (or 0x60962F) is unknown color: approx Limeade. HEX triplet: 60, 96 and 2F. RGB value is (96,150,47). Sum of RGB (Red+Green+Blue) = 96+150+47=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #60962F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60962F is #9F69D0. Grayscale: #7A7A7A. Windows color (decimal): -10447313 or 3118688. OLE color: 3118688.

HSL color Cylindrical-coordinate representation of color #60962F: hue angle of 91.46º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60962F is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB9615047-
CMYK0.3600.690.41
HSL91.46º52.28%38.63%-
HSV(B)91.46º68.67%58.82%-
XYZ16.2424.56.56-
YUV122.1185.61109.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 150 (58.98% from 255) = 51.19%
BLUE value IS 47 (18.75% from 255) = 16.04%
R=32.76%
G=51.19%
B=16.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96150470.3600.690.4191.4652.2838.63
Hex60962F24045295b3427
Octal14022657440105511336447
Binary110000010010110101111100100010001011010011011011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60962F; }

 p { color: rgb(96,150,47); }

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

<style>
 a { background-color: #60962F; }

 a { background-color: rgb(96,150,47); }

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

<style>
 span { border-color: #60962F; }

 span { border-color: rgb(96,150,47); }

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