#6DAA40

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

Shades of Apple #6DAA40

Tints of Apple #6DAA40

Color information

#6DAA40 (or 0x6DAA40) is unknown color: approx Apple. HEX triplet: 6D, AA and 40. RGB value is (109,170,64). Sum of RGB (Red+Green+Blue) = 109+170+64=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAA40 is #9255BF. Grayscale: #8C8C8C. Windows color (decimal): -9590208 or 4237933. OLE color: 4237933.

HSL color Cylindrical-coordinate representation of color #6DAA40: hue angle of 94.53º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6DAA40 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB10917064-
CMYK0.3600.620.33
HSL94.53º45.3%45.88%-
HSV(B)94.53º62.35%66.67%-
XYZ21.6132.379.96-
YUV139.6885.29106.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.78%
GREEN value IS 170 (66.80% from 255) = 49.56%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=31.78%
G=49.56%
B=18.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109170640.3600.620.3394.5345.345.88
Hex6DAA402403E215f2d2e
Octal15525210044076411375556
Binary110110110101010100000010010001111101000011011111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,170,64); }

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

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

 a { background-color: rgb(109,170,64); }

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

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

 span { border-color: rgb(109,170,64); }

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