#68AE50

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

Shades of Apple #68AE50

Tints of Apple #68AE50

Color information

#68AE50 (or 0x68AE50) is unknown color: approx Apple. HEX triplet: 68, AE and 50. RGB value is (104,174,80). Sum of RGB (Red+Green+Blue) = 104+174+80=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 174 (68.36% from 255 or 48.60% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AE50 is #9751AF. Grayscale: #8E8E8E. Windows color (decimal): -9916848 or 5287528. OLE color: 5287528.

HSL color Cylindrical-coordinate representation of color #68AE50: hue angle of 104.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68AE50 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB10417480-
CMYK0.4000.540.32
HSL104.68º37.01%49.8%-
HSV(B)104.68º54.02%68.24%-
XYZ22.2933.7912.94-
YUV142.3592.81100.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 174 (68.36% from 255) = 48.60%
BLUE value IS 80 (31.64% from 255) = 22.35%
R=29.05%
G=48.60%
B=22.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104174800.4000.540.32104.6837.0149.8
Hex68AE502803620692532
Octal15025612050066401514562
Binary110100010101110101000010100001101101000001101001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,174,80); }

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

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

 a { background-color: rgb(104,174,80); }

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

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

 span { border-color: rgb(104,174,80); }

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