#6FA349

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

Shades of Apple #6FA349

Tints of Apple #6FA349

Color information

#6FA349 (or 0x6FA349) is unknown color: approx Apple. HEX triplet: 6F, A3 and 49. RGB value is (111,163,73). Sum of RGB (Red+Green+Blue) = 111+163+73=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA349 is #905CB6. Grayscale: #898989. Windows color (decimal): -9460919 or 4825967. OLE color: 4825967.

HSL color Cylindrical-coordinate representation of color #6FA349: hue angle of 94.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FA349 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB11116373-
CMYK0.3200.550.36
HSL94.67º38.14%46.27%-
HSV(B)94.67º55.21%63.92%-
XYZ20.8630.0511.01-
YUV137.1991.77109.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.99%
GREEN value IS 163 (64.06% from 255) = 46.97%
BLUE value IS 73 (28.91% from 255) = 21.04%
R=31.99%
G=46.97%
B=21.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111163730.3200.550.3694.6738.1446.27
Hex6FA34920037245f262e
Octal15724311140067441374656
Binary110111110100011100100110000001101111001001011111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,163,73); }

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

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

 a { background-color: rgb(111,163,73); }

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

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

 span { border-color: rgb(111,163,73); }

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