#6AAF56

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

Shades of Apple #6AAF56

Tints of Apple #6AAF56

Color information

#6AAF56 (or 0x6AAF56) is unknown color: approx Apple. HEX triplet: 6A, AF and 56. RGB value is (106,175,86). Sum of RGB (Red+Green+Blue) = 106+175+86=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAF56 is #9550A9. Grayscale: #909090. Windows color (decimal): -9785514 or 5681002. OLE color: 5681002.

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

Color convert

RGB10617586-
CMYK0.3900.510.31
HSL106.52º35.74%51.18%-
HSV(B)106.52º50.86%68.63%-
XYZ22.9534.414.23-
YUV144.2295.14100.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.88%
GREEN value IS 175 (68.75% from 255) = 47.68%
BLUE value IS 86 (33.98% from 255) = 23.43%
R=28.88%
G=47.68%
B=23.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106175860.3900.510.31106.5235.7451.18
Hex6AAF56270331F6b2433
Octal15225712647063371534463
Binary11010101010111110101101001110110011111111101011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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