#6AAA47

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

Shades of Apple #6AAA47

Tints of Apple #6AAA47

Color information

#6AAA47 (or 0x6AAA47) is unknown color: approx Apple. HEX triplet: 6A, AA and 47. RGB value is (106,170,71). Sum of RGB (Red+Green+Blue) = 106+170+71=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAA47 is #9555B8. Grayscale: #8B8B8B. Windows color (decimal): -9786809 or 4696682. OLE color: 4696682.

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

Color convert

RGB10617071-
CMYK0.3800.580.33
HSL98.79º41.08%47.25%-
HSV(B)98.79º58.24%66.67%-
XYZ21.4632.2711.06-
YUV139.5889.3104.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.55%
GREEN value IS 170 (66.80% from 255) = 48.99%
BLUE value IS 71 (28.12% from 255) = 20.46%
R=30.55%
G=48.99%
B=20.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106170710.3800.580.3398.7941.0847.25
Hex6AAA472603A2163292f
Octal15225210746072411435157
Binary110101010101010100011110011001110101000011100011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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