#6FA640

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

Shades of Apple #6FA640

Tints of Apple #6FA640

Color information

#6FA640 (or 0x6FA640) is unknown color: approx Apple. HEX triplet: 6F, A6 and 40. RGB value is (111,166,64). Sum of RGB (Red+Green+Blue) = 111+166+64=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 166 - color contains mainly: green. Hex color #6FA640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA640 is #9059BF. Grayscale: #8A8A8A. Windows color (decimal): -9460160 or 4236911. OLE color: 4236911.

HSL color Cylindrical-coordinate representation of color #6FA640: hue angle of 92.35º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6FA640 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB11116664-
CMYK0.3300.610.35
HSL92.35º44.35%45.1%-
HSV(B)92.35º61.45%65.1%-
XYZ21.1231.029.73-
YUV137.9386.28108.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.55%
GREEN value IS 166 (65.23% from 255) = 48.68%
BLUE value IS 64 (25.39% from 255) = 18.77%
R=32.55%
G=48.68%
B=18.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111166640.3300.610.3592.3544.3545.1
Hex6FA6402103D235c2c2d
Octal15724610041075431345455
Binary110111110100110100000010000101111011000111011100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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