#68B740

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

Shades of Apple #68B740

Tints of Apple #68B740

Color information

#68B740 (or 0x68B740) is unknown color: approx Apple. HEX triplet: 68, B7 and 40. RGB value is (104,183,64). Sum of RGB (Red+Green+Blue) = 104+183+64=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 183 (71.88% from 255 or 52.14% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 183 - color contains mainly: green. Hex color #68B740 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B740 is #9748BF. Grayscale: #929292. Windows color (decimal): -9914560 or 4241256. OLE color: 4241256.

HSL color Cylindrical-coordinate representation of color #68B740: hue angle of 99.83º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68B740 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB10418364-
CMYK0.4300.650.28
HSL99.83º48.18%48.43%-
HSV(B)99.83º65.03%71.76%-
XYZ23.5737.1810.78-
YUV145.8181.8398.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.63%
GREEN value IS 183 (71.88% from 255) = 52.14%
BLUE value IS 64 (25.39% from 255) = 18.23%
R=29.63%
G=52.14%
B=18.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104183640.4300.650.2899.8348.1848.43
Hex68B7402B0411C643030
Octal150267100530101341446060
Binary110100010110111100000010101101000001111001100100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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