#689D2A

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

Shades of Limeade #689D2A

Tints of Limeade #689D2A

Color information

#689D2A (or 0x689D2A) is unknown color: approx Limeade. HEX triplet: 68, 9D and 2A. RGB value is (104,157,42). Sum of RGB (Red+Green+Blue) = 104+157+42=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #689D2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689D2A is #9762D5. Grayscale: #808080. Windows color (decimal): -9921238 or 2792808. OLE color: 2792808.

HSL color Cylindrical-coordinate representation of color #689D2A: hue angle of 87.65º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #689D2A is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB10415742-
CMYK0.3400.730.38
HSL87.65º57.79%39.02%-
HSV(B)87.65º73.25%61.57%-
XYZ18.1827.226.49-
YUV128.0479.44110.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 157 (61.72% from 255) = 51.82%
BLUE value IS 42 (16.80% from 255) = 13.86%
R=34.32%
G=51.82%
B=13.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104157420.3400.730.3887.6557.7939.02
Hex689D2A2204926583a27
Octal15023552420111461307247
Binary110100010011101101010100010010010011001101011000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,157,42); }

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

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

 a { background-color: rgb(104,157,42); }

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

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

 span { border-color: rgb(104,157,42); }

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