#689C3D

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

Shades of Limeade #689C3D

Tints of Limeade #689C3D

Color information

#689C3D (or 0x689C3D) is unknown color: approx Limeade. HEX triplet: 68, 9C and 3D. RGB value is (104,156,61). Sum of RGB (Red+Green+Blue) = 104+156+61=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 156 - color contains mainly: green. Hex color #689C3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689C3D is #9763C2. Grayscale: #818181. Windows color (decimal): -9921475 or 4037736. OLE color: 4037736.

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

Color convert

RGB10415661-
CMYK0.3300.610.39
HSL92.84º43.78%42.55%-
HSV(B)92.84º60.9%61.18%-
XYZ18.4427.068.67-
YUV129.6289.27109.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.40%
GREEN value IS 156 (61.33% from 255) = 48.60%
BLUE value IS 61 (24.22% from 255) = 19.00%
R=32.40%
G=48.60%
B=19.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104156610.3300.610.3992.8443.7842.55
Hex689C3D2103D275d2c2b
Octal1502347541075471355453
Binary11010001001110011110110000101111011001111011101101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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