#68A056

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

Shades of Apple #68A056

Tints of Apple #68A056

Color information

#68A056 (or 0x68A056) is unknown color: approx Apple. HEX triplet: 68, A0 and 56. RGB value is (104,160,86). Sum of RGB (Red+Green+Blue) = 104+160+86=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #68A056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A056 is #975FA9. Grayscale: #878787. Windows color (decimal): -9920426 or 5677160. OLE color: 5677160.

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

Color convert

RGB10416086-
CMYK0.3500.460.37
HSL105.41º30.08%48.24%-
HSV(B)105.41º46.25%62.75%-
XYZ19.9628.7613.3-
YUV134.82100.45106.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.71%
GREEN value IS 160 (62.89% from 255) = 45.71%
BLUE value IS 86 (33.98% from 255) = 24.57%
R=29.71%
G=45.71%
B=24.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal104160860.3500.460.37105.4130.0848.24
Hex68A0562302E25691e30
Octal15024012643056451513660
Binary11010001010000010101101000110101110100101110100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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