#6C9B41

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

Shades of Limeade #6C9B41

Tints of Limeade #6C9B41

Color information

#6C9B41 (or 0x6C9B41) is unknown color: approx Limeade. HEX triplet: 6C, 9B and 41. RGB value is (108,155,65). Sum of RGB (Red+Green+Blue) = 108+155+65=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #6C9B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9B41 is #9364BE. Grayscale: #838383. Windows color (decimal): -9659583 or 4299628. OLE color: 4299628.

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

Color convert

RGB10815565-
CMYK0.3000.580.39
HSL91.33º40.91%43.14%-
HSV(B)91.33º58.06%60.78%-
XYZ18.8627.019.22-
YUV130.6990.93111.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.93%
GREEN value IS 155 (60.94% from 255) = 47.26%
BLUE value IS 65 (25.78% from 255) = 19.82%
R=32.93%
G=47.26%
B=19.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal108155650.3000.580.3991.3340.9143.14
Hex6C9B411E03A275b292b
Octal15423310136072471335153
Binary11011001001101110000011111001110101001111011011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,155,65); }

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

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

 a { background-color: rgb(108,155,65); }

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

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

 span { border-color: rgb(108,155,65); }

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