#6AA34D

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

Shades of Apple #6AA34D

Tints of Apple #6AA34D

Color information

#6AA34D (or 0x6AA34D) is unknown color: approx Apple. HEX triplet: 6A, A3 and 4D. RGB value is (106,163,77). Sum of RGB (Red+Green+Blue) = 106+163+77=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #6AA34D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA34D is #955CB2. Grayscale: #888888. Windows color (decimal): -9788595 or 5088106. OLE color: 5088106.

HSL color Cylindrical-coordinate representation of color #6AA34D: hue angle of 99.77º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AA34D is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB10616377-
CMYK0.3500.530.36
HSL99.77º35.83%47.06%-
HSV(B)99.77º52.76%63.92%-
XYZ20.3829.7911.7-
YUV136.1594.62106.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.64%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=30.64%
G=47.11%
B=22.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106163770.3500.530.3699.7735.8347.06
Hex6AA34D230352464242f
Octal15224311543065441444457
Binary110101010100011100110110001101101011001001100100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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