#6EB450

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

Shades of Apple #6EB450

Tints of Apple #6EB450

Color information

#6EB450 (or 0x6EB450) is unknown color: approx Apple. HEX triplet: 6E, B4 and 50. RGB value is (110,180,80). Sum of RGB (Red+Green+Blue) = 110+180+80=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #6EB450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EB450 is #914BAF. Grayscale: #949494. Windows color (decimal): -9522096 or 5289070. OLE color: 5289070.

HSL color Cylindrical-coordinate representation of color #6EB450: hue angle of 102º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EB450 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB11018080-
CMYK0.3900.560.29
HSL102º40%50.98%-
HSV(B)102º55.56%70.59%-
XYZ24.236.5413.37-
YUV147.6789.81101.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.73%
GREEN value IS 180 (70.70% from 255) = 48.65%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=29.73%
G=48.65%
B=21.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal110180800.3900.560.291024050.98
Hex6EB450270381D662833
Octal15626412047070351465063
Binary11011101011010010100001001110111000111011100110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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