#68A82D

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

Shades of Limeade #68A82D

Tints of Limeade #68A82D

Color information

#68A82D (or 0x68A82D) is unknown color: approx Limeade. HEX triplet: 68, A8 and 2D. RGB value is (104,168,45). Sum of RGB (Red+Green+Blue) = 104+168+45=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 168 (66.02% from 255 or 53.00% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 168 - color contains mainly: green. Hex color #68A82D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A82D is #9757D2. Grayscale: #878787. Windows color (decimal): -9918419 or 2992232. OLE color: 2992232.

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

Color convert

RGB10416845-
CMYK0.3800.730.34
HSL91.22º57.75%41.76%-
HSV(B)91.22º73.21%65.88%-
XYZ20.1931.147.43-
YUV134.8477.3106-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 168 (66.02% from 255) = 53.00%
BLUE value IS 45 (17.97% from 255) = 14.20%
R=32.81%
G=53.00%
B=14.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal104168450.3800.730.3491.2257.7541.76
Hex68A82D26049225b3a2a
Octal15025055460111421337252
Binary110100010101000101101100110010010011000101011011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A82D; }

 p { color: rgb(104,168,45); }

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

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

 a { background-color: rgb(104,168,45); }

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

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

 span { border-color: rgb(104,168,45); }

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