#6AA349

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

Shades of Apple #6AA349

Tints of Apple #6AA349

Color information

#6AA349 (or 0x6AA349) is unknown color: approx Apple. HEX triplet: 6A, A3 and 49. RGB value is (106,163,73). Sum of RGB (Red+Green+Blue) = 106+163+73=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #6AA349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA349 is #955CB6. Grayscale: #888888. Windows color (decimal): -9788599 or 4825962. OLE color: 4825962.

HSL color Cylindrical-coordinate representation of color #6AA349: hue angle of 98º 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 #6AA349 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB10616373-
CMYK0.3500.550.36
HSL98º38.14%46.27%-
HSV(B)98º55.21%63.92%-
XYZ20.2429.7410.98-
YUV135.792.62106.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.99%
GREEN value IS 163 (64.06% from 255) = 47.66%
BLUE value IS 73 (28.91% from 255) = 21.35%
R=30.99%
G=47.66%
B=21.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106163730.3500.550.369838.1446.27
Hex6AA349230372462262e
Octal15224311143067441424656
Binary110101010100011100100110001101101111001001100010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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