#6C9B38

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

Shades of Limeade #6C9B38

Tints of Limeade #6C9B38

Color information

#6C9B38 (or 0x6C9B38) is unknown color: approx Limeade. HEX triplet: 6C, 9B and 38. RGB value is (108,155,56). Sum of RGB (Red+Green+Blue) = 108+155+56=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #6C9B38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9B38 is #9364C7. Grayscale: #828282. Windows color (decimal): -9659592 or 3709804. OLE color: 3709804.

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

Color convert

RGB10815556-
CMYK0.3000.640.39
HSL88.48º46.92%41.37%-
HSV(B)88.48º63.87%60.78%-
XYZ18.6226.927.96-
YUV129.6686.43112.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.86%
GREEN value IS 155 (60.94% from 255) = 48.59%
BLUE value IS 56 (22.27% from 255) = 17.55%
R=33.86%
G=48.59%
B=17.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal108155560.3000.640.3988.4846.9241.37
Hex6C9B381E04027582f29
Octal15423370360100471305751
Binary11011001001101111100011110010000001001111011000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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