#6FAA44

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

Shades of Apple #6FAA44

Tints of Apple #6FAA44

Color information

#6FAA44 (or 0x6FAA44) is unknown color: approx Apple. HEX triplet: 6F, AA and 44. RGB value is (111,170,68). Sum of RGB (Red+Green+Blue) = 111+170+68=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAA44 is #9055BB. Grayscale: #8D8D8D. Windows color (decimal): -9459132 or 4500079. OLE color: 4500079.

HSL color Cylindrical-coordinate representation of color #6FAA44: hue angle of 94.71º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FAA44 is Cyan = 0.35, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB11117068-
CMYK0.3500.60.33
HSL94.71º42.86%46.67%-
HSV(B)94.71º60%66.67%-
XYZ21.9732.5510.59-
YUV140.7386.95106.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.81%
GREEN value IS 170 (66.80% from 255) = 48.71%
BLUE value IS 68 (26.95% from 255) = 19.48%
R=31.81%
G=48.71%
B=19.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111170680.3500.60.3394.7142.8646.67
Hex6FAA442303C215f2b2f
Octal15725210443074411375357
Binary110111110101010100010010001101111001000011011111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,170,68); }

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

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

 a { background-color: rgb(111,170,68); }

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

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

 span { border-color: rgb(111,170,68); }

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