#6AAA53

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

Shades of Apple #6AAA53

Tints of Apple #6AAA53

Color information

#6AAA53 (or 0x6AAA53) is unknown color: approx Apple. HEX triplet: 6A, AA and 53. RGB value is (106,170,83). Sum of RGB (Red+Green+Blue) = 106+170+83=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA53 is #9555AC. Grayscale: #8D8D8D. Windows color (decimal): -9786797 or 5483114. OLE color: 5483114.

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

Color convert

RGB10617083-
CMYK0.3800.510.33
HSL104.14º34.39%49.61%-
HSV(B)104.14º51.18%66.67%-
XYZ21.8832.4413.29-
YUV140.9595.3103.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.53%
GREEN value IS 170 (66.80% from 255) = 47.35%
BLUE value IS 83 (32.81% from 255) = 23.12%
R=29.53%
G=47.35%
B=23.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106170830.3800.510.33104.1434.3949.61
Hex6AAA532603321682232
Octal15225212346063411504262
Binary110101010101010101001110011001100111000011101000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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