#6C9C40

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

Shades of Limeade #6C9C40

Tints of Limeade #6C9C40

Color information

#6C9C40 (or 0x6C9C40) is unknown color: approx Limeade. HEX triplet: 6C, 9C and 40. RGB value is (108,156,64). Sum of RGB (Red+Green+Blue) = 108+156+64=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 156 - color contains mainly: green. Hex color #6C9C40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9C40 is #9363BF. Grayscale: #838383. Windows color (decimal): -9659328 or 4234348. OLE color: 4234348.

HSL color Cylindrical-coordinate representation of color #6C9C40: hue angle of 91.3º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C9C40 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB10815664-
CMYK0.3100.590.39
HSL91.3º41.82%43.14%-
HSV(B)91.3º58.97%61.18%-
XYZ1927.349.13-
YUV131.1690.1111.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.93%
GREEN value IS 156 (61.33% from 255) = 47.56%
BLUE value IS 64 (25.39% from 255) = 19.51%
R=32.93%
G=47.56%
B=19.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal108156640.3100.590.3991.341.8243.14
Hex6C9C401F03B275b2a2b
Octal15423410037073471335253
Binary11011001001110010000001111101110111001111011011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,156,64); }

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

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

 a { background-color: rgb(108,156,64); }

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

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

 span { border-color: rgb(108,156,64); }

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