#68AA4E

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

Shades of Apple #68AA4E

Tints of Apple #68AA4E

Color information

#68AA4E (or 0x68AA4E) is unknown color: approx Apple. HEX triplet: 68, AA and 4E. RGB value is (104,170,78). Sum of RGB (Red+Green+Blue) = 104+170+78=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA4E is #9755B1. Grayscale: #8C8C8C. Windows color (decimal): -9917874 or 5155432. OLE color: 5155432.

HSL color Cylindrical-coordinate representation of color #68AA4E: hue angle of 103.04º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68AA4E is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB10417078-
CMYK0.3900.540.33
HSL103.04º37.1%48.63%-
HSV(B)103.04º54.12%66.67%-
XYZ21.4632.2412.3-
YUV139.7893.13102.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.55%
GREEN value IS 170 (66.80% from 255) = 48.30%
BLUE value IS 78 (30.86% from 255) = 22.16%
R=29.55%
G=48.30%
B=22.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104170780.3900.540.33103.0437.148.63
Hex68AA4E2703621672531
Octal15025211647066411474561
Binary110100010101010100111010011101101101000011100111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,170,78); }

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

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

 a { background-color: rgb(104,170,78); }

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

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

 span { border-color: rgb(104,170,78); }

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