#68AA5E

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

Shades of Apple #68AA5E

Tints of Apple #68AA5E

Color information

#68AA5E (or 0x68AA5E) is unknown color: approx Apple. HEX triplet: 68, AA and 5E. RGB value is (104,170,94). Sum of RGB (Red+Green+Blue) = 104+170+94=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA5E is #9755A1. Grayscale: #8D8D8D. Windows color (decimal): -9917858 or 6204008. OLE color: 6204008.

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

Color convert

RGB10417094-
CMYK0.3900.450.33
HSL112.11º30.89%51.76%-
HSV(B)112.11º44.71%66.67%-
XYZ22.132.515.7-
YUV141.6101.13101.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.26%
GREEN value IS 170 (66.80% from 255) = 46.20%
BLUE value IS 94 (37.11% from 255) = 25.54%
R=28.26%
G=46.20%
B=25.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104170940.3900.450.33112.1130.8951.76
Hex68AA5E2702D21701f34
Octal15025213647055411603764
Binary11010001010101010111101001110101101100001111000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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