#6AA445

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

Shades of Apple #6AA445

Tints of Apple #6AA445

Color information

#6AA445 (or 0x6AA445) is unknown color: approx Apple. HEX triplet: 6A, A4 and 45. RGB value is (106,164,69). Sum of RGB (Red+Green+Blue) = 106+164+69=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA445 is #955BBA. Grayscale: #888888. Windows color (decimal): -9788347 or 4564074. OLE color: 4564074.

HSL color Cylindrical-coordinate representation of color #6AA445: hue angle of 96.63º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AA445 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB10616469-
CMYK0.3500.580.36
HSL96.63º40.77%45.69%-
HSV(B)96.63º57.93%64.31%-
XYZ20.2930.0410.36-
YUV135.8390.28106.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.27%
GREEN value IS 164 (64.45% from 255) = 48.38%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=31.27%
G=48.38%
B=20.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106164690.3500.580.3696.6340.7745.69
Hex6AA4452303A2461292e
Octal15224410543072441415156
Binary110101010100100100010110001101110101001001100001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,164,69); }

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

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

 a { background-color: rgb(106,164,69); }

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

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

 span { border-color: rgb(106,164,69); }

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