#6AAF3C

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

Shades of Apple #6AAF3C

Tints of Apple #6AAF3C

Color information

#6AAF3C (or 0x6AAF3C) is unknown color: approx Apple. HEX triplet: 6A, AF and 3C. RGB value is (106,175,60). Sum of RGB (Red+Green+Blue) = 106+175+60=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAF3C is #9550C3. Grayscale: #8D8D8D. Windows color (decimal): -9785540 or 3977066. OLE color: 3977066.

HSL color Cylindrical-coordinate representation of color #6AAF3C: hue angle of 96º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6AAF3C is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB10617560-
CMYK0.3900.660.31
HSL96º48.94%46.08%-
HSV(B)96º65.71%68.63%-
XYZ22.0934.059.68-
YUV141.2682.14102.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.09%
GREEN value IS 175 (68.75% from 255) = 51.32%
BLUE value IS 60 (23.83% from 255) = 17.60%
R=31.09%
G=51.32%
B=17.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106175600.3900.660.319648.9446.08
Hex6AAF3C270421F60312e
Octal15225774470102371406156
Binary11010101010111111110010011101000010111111100000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,175,60); }

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

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

 a { background-color: rgb(106,175,60); }

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

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

 span { border-color: rgb(106,175,60); }

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