#689933

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

Shades of Limeade #689933

Tints of Limeade #689933

Color information

#689933 (or 0x689933) is unknown color: approx Limeade. HEX triplet: 68, 99 and 33. RGB value is (104,153,51). Sum of RGB (Red+Green+Blue) = 104+153+51=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #689933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689933 is #9766CC. Grayscale: #7F7F7F. Windows color (decimal): -9922253 or 3381608. OLE color: 3381608.

HSL color Cylindrical-coordinate representation of color #689933: hue angle of 88.82º degrees, saturation: 0.5, 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 #689933 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB10415351-
CMYK0.3200.670.4
HSL88.82º50%40%-
HSV(B)88.82º66.67%60%-
XYZ17.725.967.21-
YUV126.7285.27111.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 153 (60.16% from 255) = 49.68%
BLUE value IS 51 (20.31% from 255) = 16.56%
R=33.77%
G=49.68%
B=16.56%

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
Decimal104153510.3200.670.488.825040
Hex6899332004328593228
Octal15023163400103501316250
Binary110100010011001110011100000010000111010001011001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689933; }

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

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

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

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

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

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

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

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