#6EAD50

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

Shades of Apple #6EAD50

Tints of Apple #6EAD50

Color information

#6EAD50 (or 0x6EAD50) is unknown color: approx Apple. HEX triplet: 6E, AD and 50. RGB value is (110,173,80). Sum of RGB (Red+Green+Blue) = 110+173+80=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #6EAD50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAD50 is #9152AF. Grayscale: #8F8F8F. Windows color (decimal): -9523888 or 5287278. OLE color: 5287278.

HSL color Cylindrical-coordinate representation of color #6EAD50: hue angle of 100.65º 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 #6EAD50 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB11017380-
CMYK0.3600.540.32
HSL100.65º36.76%49.61%-
HSV(B)100.65º53.76%67.84%-
XYZ22.8233.7812.91-
YUV143.5692.13104.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.30%
GREEN value IS 173 (67.97% from 255) = 47.66%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=30.30%
G=47.66%
B=22.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110173800.3600.540.32100.6536.7649.61
Hex6EAD502403620652532
Octal15625512044066401454562
Binary110111010101101101000010010001101101000001100101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EAD50; }

 p { color: rgb(110,173,80); }

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

<style>
 a { background-color: #6EAD50; }

 a { background-color: rgb(110,173,80); }

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

<style>
 span { border-color: #6EAD50; }

 span { border-color: rgb(110,173,80); }

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