#6D9B2C

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

Shades of Limeade #6D9B2C

Tints of Limeade #6D9B2C

Color information

#6D9B2C (or 0x6D9B2C) is unknown color: approx Limeade. HEX triplet: 6D, 9B and 2C. RGB value is (109,155,44). Sum of RGB (Red+Green+Blue) = 109+155+44=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #6D9B2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9B2C is #9264D3. Grayscale: #808080. Windows color (decimal): -9594068 or 2923373. OLE color: 2923373.

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

Color convert

RGB10915544-
CMYK0.3000.720.39
HSL84.86º55.78%39.02%-
HSV(B)84.86º71.61%60.78%-
XYZ18.4826.886.6-
YUV128.5980.26114.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.39%
GREEN value IS 155 (60.94% from 255) = 50.32%
BLUE value IS 44 (17.58% from 255) = 14.29%
R=35.39%
G=50.32%
B=14.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal109155440.3000.720.3984.8655.7839.02
Hex6D9B2C1E04827553827
Octal15523354360110471257047
Binary11011011001101110110011110010010001001111010101111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,155,44); }

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

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

 a { background-color: rgb(109,155,44); }

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

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

 span { border-color: rgb(109,155,44); }

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