#6AA047

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

Shades of Apple #6AA047

Tints of Apple #6AA047

Color information

#6AA047 (or 0x6AA047) is unknown color: approx Apple. HEX triplet: 6A, A0 and 47. RGB value is (106,160,71). Sum of RGB (Red+Green+Blue) = 106+160+71=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA047 is #955FB8. Grayscale: #868686. Windows color (decimal): -9789369 or 4694122. OLE color: 4694122.

HSL color Cylindrical-coordinate representation of color #6AA047: hue angle of 96.4º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AA047 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB10616071-
CMYK0.3400.560.37
HSL96.4º38.53%45.29%-
HSV(B)96.4º55.62%62.75%-
XYZ19.6528.6610.46-
YUV133.7192.61108.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.45%
GREEN value IS 160 (62.89% from 255) = 47.48%
BLUE value IS 71 (28.12% from 255) = 21.07%
R=31.45%
G=47.48%
B=21.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal106160710.3400.560.3796.438.5345.29
Hex6AA047220382560272d
Octal15224010742070451404755
Binary110101010100000100011110001001110001001011100000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,160,71); }

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

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

 a { background-color: rgb(106,160,71); }

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

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

 span { border-color: rgb(106,160,71); }

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