#689935

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

Shades of Limeade #689935

Tints of Limeade #689935

Color information

#689935 (or 0x689935) is unknown color: approx Limeade. HEX triplet: 68, 99 and 35. RGB value is (104,153,53). Sum of RGB (Red+Green+Blue) = 104+153+53=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #689935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689935 is #9766CA. Grayscale: #7F7F7F. Windows color (decimal): -9922251 or 3512680. OLE color: 3512680.

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

Color convert

RGB10415353-
CMYK0.3200.650.4
HSL89.4º48.54%40.39%-
HSV(B)89.4º65.36%60%-
XYZ17.7425.987.45-
YUV126.9586.27111.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.55%
GREEN value IS 153 (60.16% from 255) = 49.35%
BLUE value IS 53 (21.09% from 255) = 17.10%
R=33.55%
G=49.35%
B=17.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104153530.3200.650.489.448.5440.39
Hex6899352004128593128
Octal15023165400101501316150
Binary110100010011001110101100000010000011010001011001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689935; }

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

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

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

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

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

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

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

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