#68A52A

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

Shades of Limeade #68A52A

Tints of Limeade #68A52A

Color information

#68A52A (or 0x68A52A) is unknown color: approx Limeade. HEX triplet: 68, A5 and 2A. RGB value is (104,165,42). Sum of RGB (Red+Green+Blue) = 104+165+42=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #68A52A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A52A is #975AD5. Grayscale: #858585. Windows color (decimal): -9919190 or 2794856. OLE color: 2794856.

HSL color Cylindrical-coordinate representation of color #68A52A: hue angle of 89.76º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68A52A is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB10416542-
CMYK0.3700.750.35
HSL89.76º59.42%40.59%-
HSV(B)89.76º74.55%64.71%-
XYZ19.5830.026.95-
YUV132.7476.79107.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 165 (64.84% from 255) = 53.05%
BLUE value IS 42 (16.80% from 255) = 13.50%
R=33.44%
G=53.05%
B=13.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal104165420.3700.750.3589.7659.4240.59
Hex68A52A2504B235a3b29
Octal15024552450113431327351
Binary110100010100101101010100101010010111000111011010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,165,42); }

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

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

 a { background-color: rgb(104,165,42); }

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

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

 span { border-color: rgb(104,165,42); }

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