#689932

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

Shades of Limeade #689932

Tints of Limeade #689932

Color information

#689932 (or 0x689932) is unknown color: approx Limeade. HEX triplet: 68, 99 and 32. RGB value is (104,153,50). Sum of RGB (Red+Green+Blue) = 104+153+50=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #689932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689932 is #9766CD. Grayscale: #7E7E7E. Windows color (decimal): -9922254 or 3316072. OLE color: 3316072.

HSL color Cylindrical-coordinate representation of color #689932: hue angle of 88.54º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #689932 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB10415350-
CMYK0.3200.670.4
HSL88.54º50.74%39.8%-
HSV(B)88.54º67.32%60%-
XYZ17.6825.967.1-
YUV126.6184.77111.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 153 (60.16% from 255) = 49.84%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=33.88%
G=49.84%
B=16.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104153500.3200.670.488.5450.7439.8
Hex6899322004328593328
Octal15023162400103501316350
Binary110100010011001110010100000010000111010001011001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689932; }

 p { color: rgb(104,153,50); }

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

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

 a { background-color: rgb(104,153,50); }

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

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

 span { border-color: rgb(104,153,50); }

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