#689B1F

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

Shades of Limeade #689B1F

Tints of Limeade #689B1F

Color information

#689B1F (or 0x689B1F) is unknown color: approx Limeade. HEX triplet: 68, 9B and 1F. RGB value is (104,155,31). Sum of RGB (Red+Green+Blue) = 104+155+31=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #689B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689B1F is #9764E0. Grayscale: #7E7E7E. Windows color (decimal): -9921761 or 2071400. OLE color: 2071400.

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

Color convert

RGB10415531-
CMYK0.3300.80.39
HSL84.68º66.67%36.47%-
HSV(B)84.68º80%60.78%-
XYZ17.6826.485.48-
YUV125.6274.6112.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.86%
GREEN value IS 155 (60.94% from 255) = 53.45%
BLUE value IS 31 (12.5% from 255) = 10.69%
R=35.86%
G=53.45%
B=10.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104155310.3300.80.3984.6866.6736.47
Hex689B1F2105027554324
Octal150233374101204712510344
Binary110100010011011111111000010101000010011110101011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,155,31); }

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

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

 a { background-color: rgb(104,155,31); }

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

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

 span { border-color: rgb(104,155,31); }

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