#6FAD49

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

Shades of Apple #6FAD49

Tints of Apple #6FAD49

Color information

#6FAD49 (or 0x6FAD49) is unknown color: approx Apple. HEX triplet: 6F, AD and 49. RGB value is (111,173,73). Sum of RGB (Red+Green+Blue) = 111+173+73=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAD49 is #9052B6. Grayscale: #8F8F8F. Windows color (decimal): -9458359 or 4828527. OLE color: 4828527.

HSL color Cylindrical-coordinate representation of color #6FAD49: hue angle of 97.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6FAD49 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB11117373-
CMYK0.3600.580.32
HSL97.2º40.65%48.24%-
HSV(B)97.2º57.8%67.84%-
XYZ22.733.7511.62-
YUV143.0688.46105.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.09%
GREEN value IS 173 (67.97% from 255) = 48.46%
BLUE value IS 73 (28.91% from 255) = 20.45%
R=31.09%
G=48.46%
B=20.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111173730.3600.580.3297.240.6548.24
Hex6FAD492403A20612930
Octal15725511144072401415160
Binary110111110101101100100110010001110101000001100001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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