#689F3C

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

Shades of Limeade #689F3C

Tints of Limeade #689F3C

Color information

#689F3C (or 0x689F3C) is unknown color: approx Limeade. HEX triplet: 68, 9F and 3C. RGB value is (104,159,60). Sum of RGB (Red+Green+Blue) = 104+159+60=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #689F3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689F3C is #9760C3. Grayscale: #838383. Windows color (decimal): -9920708 or 3972968. OLE color: 3972968.

HSL color Cylindrical-coordinate representation of color #689F3C: hue angle of 93.33º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #689F3C is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB10415960-
CMYK0.3500.620.38
HSL93.33º45.21%42.94%-
HSV(B)93.33º62.26%62.35%-
XYZ18.9228.078.69-
YUV131.2787.78108.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.20%
GREEN value IS 159 (62.5% from 255) = 49.23%
BLUE value IS 60 (23.83% from 255) = 18.58%
R=32.20%
G=49.23%
B=18.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104159600.3500.620.3893.3345.2142.94
Hex689F3C2303E265d2d2b
Octal1502377443076461355553
Binary11010001001111111110010001101111101001101011101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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