#6AA34A

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

Shades of Apple #6AA34A

Tints of Apple #6AA34A

Color information

#6AA34A (or 0x6AA34A) is unknown color: approx Apple. HEX triplet: 6A, A3 and 4A. RGB value is (106,163,74). Sum of RGB (Red+Green+Blue) = 106+163+74=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #6AA34A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA34A is #955CB5. Grayscale: #888888. Windows color (decimal): -9788598 or 4891498. OLE color: 4891498.

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

Color convert

RGB10616374-
CMYK0.3500.550.36
HSL98.43º37.55%46.47%-
HSV(B)98.43º54.6%63.92%-
XYZ20.2829.7511.15-
YUV135.8193.12106.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.90%
GREEN value IS 163 (64.06% from 255) = 47.52%
BLUE value IS 74 (29.30% from 255) = 21.57%
R=30.90%
G=47.52%
B=21.57%

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
Decimal106163740.3500.550.3698.4337.5546.47
Hex6AA34A230372462262e
Octal15224311243067441424656
Binary110101010100011100101010001101101111001001100010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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