#6FAC42

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

Shades of Apple #6FAC42

Tints of Apple #6FAC42

Color information

#6FAC42 (or 0x6FAC42) is unknown color: approx Apple. HEX triplet: 6F, AC and 42. RGB value is (111,172,66). Sum of RGB (Red+Green+Blue) = 111+172+66=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAC42 is #9053BD. Grayscale: #8E8E8E. Windows color (decimal): -9458622 or 4369519. OLE color: 4369519.

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

Color convert

RGB11117266-
CMYK0.3500.620.33
HSL94.53º44.54%46.67%-
HSV(B)94.53º61.63%67.45%-
XYZ22.2933.2810.4-
YUV141.6885.29106.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.81%
GREEN value IS 172 (67.58% from 255) = 49.28%
BLUE value IS 66 (26.17% from 255) = 18.91%
R=31.81%
G=49.28%
B=18.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111172660.3500.620.3394.5344.5446.67
Hex6FAC422303E215f2d2f
Octal15725410243076411375557
Binary110111110101100100001010001101111101000011011111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,172,66); }

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

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

 a { background-color: rgb(111,172,66); }

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

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

 span { border-color: rgb(111,172,66); }

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