#6AA840

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

Shades of Apple #6AA840

Tints of Apple #6AA840

Color information

#6AA840 (or 0x6AA840) is unknown color: approx Apple. HEX triplet: 6A, A8 and 40. RGB value is (106,168,64). Sum of RGB (Red+Green+Blue) = 106+168+64=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 168 (66.02% from 255 or 49.70% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 168 - color contains mainly: green. Hex color #6AA840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA840 is #9557BF. Grayscale: #898989. Windows color (decimal): -9787328 or 4237418. OLE color: 4237418.

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

Color convert

RGB10616864-
CMYK0.3700.620.34
HSL95.77º44.83%45.49%-
HSV(B)95.77º61.9%65.88%-
XYZ20.8731.449.82-
YUV137.6186.46105.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.36%
GREEN value IS 168 (66.02% from 255) = 49.70%
BLUE value IS 64 (25.39% from 255) = 18.93%
R=31.36%
G=49.70%
B=18.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal106168640.3700.620.3495.7744.8345.49
Hex6AA8402503E22602d2d
Octal15225010045076421405555
Binary110101010101000100000010010101111101000101100000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,168,64); }

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

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

 a { background-color: rgb(106,168,64); }

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

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

 span { border-color: rgb(106,168,64); }

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