#6C9A3C

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

Shades of Limeade #6C9A3C

Tints of Limeade #6C9A3C

Color information

#6C9A3C (or 0x6C9A3C) is unknown color: approx Limeade. HEX triplet: 6C, 9A and 3C. RGB value is (108,154,60). Sum of RGB (Red+Green+Blue) = 108+154+60=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #6C9A3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9A3C is #9365C3. Grayscale: #818181. Windows color (decimal): -9659844 or 3971692. OLE color: 3971692.

HSL color Cylindrical-coordinate representation of color #6C9A3C: hue angle of 89.36º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C9A3C is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB10815460-
CMYK0.3000.610.40
HSL89.36º43.93%41.96%-
HSV(B)89.36º61.04%60.39%-
XYZ18.5626.638.44-
YUV129.5388.76112.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.54%
GREEN value IS 154 (60.55% from 255) = 47.83%
BLUE value IS 60 (23.83% from 255) = 18.63%
R=33.54%
G=47.83%
B=18.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal108154600.3000.610.4089.3643.9341.96
Hex6C9A3C1E03D28592c2a
Octal1542327436075501315452
Binary1101100100110101111001111001111011010001011001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,154,60); }

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

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

 a { background-color: rgb(108,154,60); }

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

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

 span { border-color: rgb(108,154,60); }

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