#6FAD50

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

Shades of Apple #6FAD50

Tints of Apple #6FAD50

Color information

#6FAD50 (or 0x6FAD50) is unknown color: approx Apple. HEX triplet: 6F, AD and 50. RGB value is (111,173,80). Sum of RGB (Red+Green+Blue) = 111+173+80=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAD50 is #9052AF. Grayscale: #909090. Windows color (decimal): -9458352 or 5287279. OLE color: 5287279.

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

Color convert

RGB11117380-
CMYK0.3600.540.32
HSL100º36.76%49.61%-
HSV(B)100º53.76%67.84%-
XYZ22.9533.8512.91-
YUV143.8691.96104.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.49%
GREEN value IS 173 (67.97% from 255) = 47.53%
BLUE value IS 80 (31.64% from 255) = 21.98%
R=30.49%
G=47.53%
B=21.98%

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
Decimal111173800.3600.540.3210036.7649.61
Hex6FAD502403620642532
Octal15725512044066401444562
Binary110111110101101101000010010001101101000001100100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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