#6AAA55

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

Shades of Apple #6AAA55

Tints of Apple #6AAA55

Color information

#6AAA55 (or 0x6AAA55) is unknown color: approx Apple. HEX triplet: 6A, AA and 55. RGB value is (106,170,85). Sum of RGB (Red+Green+Blue) = 106+170+85=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA55 is #9555AA. Grayscale: #8D8D8D. Windows color (decimal): -9786795 or 5614186. OLE color: 5614186.

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

Color convert

RGB10617085-
CMYK0.3800.500.33
HSL105.18º33.33%50%-
HSV(B)105.18º50%66.67%-
XYZ21.9632.4713.7-
YUV141.1796.3102.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.36%
GREEN value IS 170 (66.80% from 255) = 47.09%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=29.36%
G=47.09%
B=23.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106170850.3800.500.33105.1833.3350
Hex6AAA552603221692132
Octal15225212546062411514162
Binary110101010101010101010110011001100101000011101001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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