#68A02F

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

Shades of Limeade #68A02F

Tints of Limeade #68A02F

Color information

#68A02F (or 0x68A02F) is unknown color: approx Limeade. HEX triplet: 68, A0 and 2F. RGB value is (104,160,47). Sum of RGB (Red+Green+Blue) = 104+160+47=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #68A02F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A02F is #975FD0. Grayscale: #828282. Windows color (decimal): -9920465 or 3121256. OLE color: 3121256.

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

Color convert

RGB10416047-
CMYK0.3500.710.37
HSL89.73º54.59%40.59%-
HSV(B)89.73º70.63%62.75%-
XYZ18.7928.297.16-
YUV130.3780.95109.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 160 (62.89% from 255) = 51.45%
BLUE value IS 47 (18.75% from 255) = 15.11%
R=33.44%
G=51.45%
B=15.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal104160470.3500.710.3789.7354.5940.59
Hex68A02F23047255a3729
Octal15024057430107451326751
Binary110100010100000101111100011010001111001011011010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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