#6AAF5A

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

Shades of Apple #6AAF5A

Tints of Apple #6AAF5A

Color information

#6AAF5A (or 0x6AAF5A) is unknown color: approx Apple. HEX triplet: 6A, AF and 5A. RGB value is (106,175,90). Sum of RGB (Red+Green+Blue) = 106+175+90=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAF5A is #9550A5. Grayscale: #909090. Windows color (decimal): -9785510 or 5943146. OLE color: 5943146.

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

Color convert

RGB10617590-
CMYK0.3900.490.31
HSL108.71º34.69%51.96%-
HSV(B)108.71º48.57%68.63%-
XYZ23.1234.4615.11-
YUV144.6897.14100.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.57%
GREEN value IS 175 (68.75% from 255) = 47.17%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=28.57%
G=47.17%
B=24.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106175900.3900.490.31108.7134.6951.96
Hex6AAF5A270311F6d2334
Octal15225713247061371554364
Binary11010101010111110110101001110110001111111101101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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