#6D9C2F

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

Shades of Limeade #6D9C2F

Tints of Limeade #6D9C2F

Color information

#6D9C2F (or 0x6D9C2F) is unknown color: approx Limeade. HEX triplet: 6D, 9C and 2F. RGB value is (109,156,47). Sum of RGB (Red+Green+Blue) = 109+156+47=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #6D9C2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9C2F is #9263D0. Grayscale: #818181. Windows color (decimal): -9593809 or 3120237. OLE color: 3120237.

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

Color convert

RGB10915647-
CMYK0.3000.700.39
HSL85.87º53.69%39.8%-
HSV(B)85.87º69.87%61.18%-
XYZ18.7127.236.96-
YUV129.5281.43113.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.94%
GREEN value IS 156 (61.33% from 255) = 50%
BLUE value IS 47 (18.75% from 255) = 15.06%
R=34.94%
G=50%
B=15.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal109156470.3000.700.3985.8753.6939.8
Hex6D9C2F1E04627563628
Octal15523457360106471266650
Binary11011011001110010111111110010001101001111010110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D9C2F; }

 p { color: rgb(109,156,47); }

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

<style>
 a { background-color: #6D9C2F; }

 a { background-color: rgb(109,156,47); }

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

<style>
 span { border-color: #6D9C2F; }

 span { border-color: rgb(109,156,47); }

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