#6AA448

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

Shades of Apple #6AA448

Tints of Apple #6AA448

Color information

#6AA448 (or 0x6AA448) is unknown color: approx Apple. HEX triplet: 6A, A4 and 48. RGB value is (106,164,72). Sum of RGB (Red+Green+Blue) = 106+164+72=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA448 is #955BB7. Grayscale: #888888. Windows color (decimal): -9788344 or 4760682. OLE color: 4760682.

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

Color convert

RGB10616472-
CMYK0.3500.560.36
HSL97.83º38.98%46.27%-
HSV(B)97.83º56.1%64.31%-
XYZ20.3930.0810.86-
YUV136.1791.78106.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.99%
GREEN value IS 164 (64.45% from 255) = 47.95%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=30.99%
G=47.95%
B=21.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106164720.3500.560.3697.8338.9846.27
Hex6AA448230382462272e
Octal15224411043070441424756
Binary110101010100100100100010001101110001001001100010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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