#6AA642

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

Shades of Apple #6AA642

Tints of Apple #6AA642

Color information

#6AA642 (or 0x6AA642) is unknown color: approx Apple. HEX triplet: 6A, A6 and 42. RGB value is (106,166,66). Sum of RGB (Red+Green+Blue) = 106+166+66=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA642 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA642 is #9559BD. Grayscale: #898989. Windows color (decimal): -9787838 or 4367978. OLE color: 4367978.

HSL color Cylindrical-coordinate representation of color #6AA642: hue angle of 96º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6AA642 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB10616666-
CMYK0.3600.600.35
HSL96º43.1%45.49%-
HSV(B)96º60.24%65.1%-
XYZ20.5630.7310-
YUV136.6688.12106.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.36%
GREEN value IS 166 (65.23% from 255) = 49.11%
BLUE value IS 66 (26.17% from 255) = 19.53%
R=31.36%
G=49.11%
B=19.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal106166660.3600.600.359643.145.49
Hex6AA6422403C23602b2d
Octal15224610244074431405355
Binary110101010100110100001010010001111001000111100000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,166,66); }

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

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

 a { background-color: rgb(106,166,66); }

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

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

 span { border-color: rgb(106,166,66); }

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