#6FA240

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

Shades of Apple #6FA240

Tints of Apple #6FA240

Color information

#6FA240 (or 0x6FA240) is unknown color: approx Apple. HEX triplet: 6F, A2 and 40. RGB value is (111,162,64). Sum of RGB (Red+Green+Blue) = 111+162+64=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA240 is #905DBF. Grayscale: #878787. Windows color (decimal): -9461184 or 4235887. OLE color: 4235887.

HSL color Cylindrical-coordinate representation of color #6FA240: hue angle of 91.22º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FA240 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB11116264-
CMYK0.3100.600.36
HSL91.22º43.36%44.31%-
HSV(B)91.22º60.49%63.53%-
XYZ20.429.599.49-
YUV135.5887.6110.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.94%
GREEN value IS 162 (63.67% from 255) = 48.07%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=32.94%
G=48.07%
B=18.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111162640.3100.600.3691.2243.3644.31
Hex6FA2401F03C245b2b2c
Octal15724210037074441335354
Binary11011111010001010000001111101111001001001011011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,162,64); }

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

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

 a { background-color: rgb(111,162,64); }

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

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

 span { border-color: rgb(111,162,64); }

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