#689C3A

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

Shades of Limeade #689C3A

Tints of Limeade #689C3A

Color information

#689C3A (or 0x689C3A) is unknown color: approx Limeade. HEX triplet: 68, 9C and 3A. RGB value is (104,156,58). Sum of RGB (Red+Green+Blue) = 104+156+58=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #689C3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689C3A is #9763C5. Grayscale: #818181. Windows color (decimal): -9921478 or 3841128. OLE color: 3841128.

HSL color Cylindrical-coordinate representation of color #689C3A: hue angle of 91.84º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #689C3A is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB10415658-
CMYK0.3300.630.39
HSL91.84º45.79%41.96%-
HSV(B)91.84º62.82%61.18%-
XYZ18.3627.038.25-
YUV129.2887.77109.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 156 (61.33% from 255) = 49.06%
BLUE value IS 58 (23.05% from 255) = 18.24%
R=32.70%
G=49.06%
B=18.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104156580.3300.630.3991.8445.7941.96
Hex689C3A2103F275c2e2a
Octal1502347241077471345652
Binary11010001001110011101010000101111111001111011100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,156,58); }

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

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

 a { background-color: rgb(104,156,58); }

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

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

 span { border-color: rgb(104,156,58); }

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