#68A740

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

Shades of Apple #68A740

Tints of Apple #68A740

Color information

#68A740 (or 0x68A740) is unknown color: approx Apple. HEX triplet: 68, A7 and 40. RGB value is (104,167,64). Sum of RGB (Red+Green+Blue) = 104+167+64=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 167 (65.62% from 255 or 49.85% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 167 - color contains mainly: green. Hex color #68A740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A740 is #9758BF. Grayscale: #888888. Windows color (decimal): -9918656 or 4237160. OLE color: 4237160.

HSL color Cylindrical-coordinate representation of color #68A740: hue angle of 96.7º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68A740 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB10416764-
CMYK0.3800.620.35
HSL96.7º44.59%45.29%-
HSV(B)96.7º61.68%65.49%-
XYZ20.4530.959.75-
YUV136.4287.13104.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 167 (65.62% from 255) = 49.85%
BLUE value IS 64 (25.39% from 255) = 19.10%
R=31.04%
G=49.85%
B=19.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal104167640.3800.620.3596.744.5945.29
Hex68A7402603E23612d2d
Octal15024710046076431415555
Binary110100010100111100000010011001111101000111100001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,167,64); }

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

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

 a { background-color: rgb(104,167,64); }

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

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

 span { border-color: rgb(104,167,64); }

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