#689a3c

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

Shades of Limeade #689A3C

Tints of Limeade #689A3C

Color information

#689A3C (or 0x689A3C) is unknown color: approx Limeade. HEX triplet: 68, 9A and 3C. RGB value is (104,154,60). Sum of RGB (Red+Green+Blue) = 104+154+60=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 154 (60.55% from 255 or 48.43% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 154 - color contains mainly: green. Hex color #689A3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689A3C is #9765C3. Grayscale: #808080. Windows color (decimal): -9921988 or 3971688. OLE color: 3971688.

HSL color Cylindrical-coordinate representation of color #689A3C: hue angle of 91.91º 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 #689A3C is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB10415460-
CMYK0.3200.610.40
HSL91.91º43.93%41.96%-
HSV(B)91.91º61.04%60.39%-
XYZ18.0826.388.41-
YUV128.3389.44110.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 154 (60.55% from 255) = 48.43%
BLUE value IS 60 (23.83% from 255) = 18.87%
R=32.70%
G=48.43%
B=18.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104154600.3200.610.4091.9143.9341.96
Hex689A3C2003D285c2c2a
Octal1502327440075501345452
Binary11010001001101011110010000001111011010001011100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689a3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689a3c; }

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

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

<style>
 a { background-color: #689a3c; }

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

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

<style>
 span { border-color: #689a3c; }

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

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