#68A025

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

Shades of Limeade #68A025

Tints of Limeade #68A025

Color information

#68A025 (or 0x68A025) is unknown color: approx Limeade. HEX triplet: 68, A0 and 25. RGB value is (104,160,37). Sum of RGB (Red+Green+Blue) = 104+160+37=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 160 (62.89% from 255 or 53.16% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 160 - color contains mainly: green. Hex color #68A025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A025 is #975FDA. Grayscale: #818181. Windows color (decimal): -9920475 or 2465896. OLE color: 2465896.

HSL color Cylindrical-coordinate representation of color #68A025: hue angle of 87.32º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68A025 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB10416037-
CMYK0.3500.770.37
HSL87.32º62.44%38.63%-
HSV(B)87.32º76.88%62.75%-
XYZ18.6128.226.22-
YUV129.2375.95110-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 160 (62.89% from 255) = 53.16%
BLUE value IS 37 (14.84% from 255) = 12.29%
R=34.55%
G=53.16%
B=12.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal104160370.3500.770.3787.3262.4438.63
Hex68A0252304D25573e27
Octal15024045430115451277647
Binary110100010100000100101100011010011011001011010111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,160,37); }

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

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

 a { background-color: rgb(104,160,37); }

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

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

 span { border-color: rgb(104,160,37); }

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