#6AAA5A

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

Shades of Apple #6AAA5A

Tints of Apple #6AAA5A

Color information

#6AAA5A (or 0x6AAA5A) is unknown color: approx Apple. HEX triplet: 6A, AA and 5A. RGB value is (106,170,90). Sum of RGB (Red+Green+Blue) = 106+170+90=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA5A is #9555A5. Grayscale: #8E8E8E. Windows color (decimal): -9786790 or 5941866. OLE color: 5941866.

HSL color Cylindrical-coordinate representation of color #6AAA5A: hue angle of 108º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AAA5A is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB10617090-
CMYK0.3800.470.33
HSL108º32%50.98%-
HSV(B)108º47.06%66.67%-
XYZ22.1632.5514.79-
YUV141.7498.8102.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.96%
GREEN value IS 170 (66.80% from 255) = 46.45%
BLUE value IS 90 (35.55% from 255) = 24.59%
R=28.96%
G=46.45%
B=24.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106170900.3800.470.331083250.98
Hex6AAA5A2602F216c2033
Octal15225213246057411544063
Binary110101010101010101101010011001011111000011101100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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