#6AAF3A

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

Shades of Apple #6AAF3A

Tints of Apple #6AAF3A

Color information

#6AAF3A (or 0x6AAF3A) is unknown color: approx Apple. HEX triplet: 6A, AF and 3A. RGB value is (106,175,58). Sum of RGB (Red+Green+Blue) = 106+175+58=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAF3A is #9550C5. Grayscale: #8D8D8D. Windows color (decimal): -9785542 or 3845994. OLE color: 3845994.

HSL color Cylindrical-coordinate representation of color #6AAF3A: hue angle of 95.38º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6AAF3A is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB10617558-
CMYK0.3900.670.31
HSL95.38º50.21%45.69%-
HSV(B)95.38º66.86%68.63%-
XYZ22.0434.039.41-
YUV141.0381.14103.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.27%
GREEN value IS 175 (68.75% from 255) = 51.62%
BLUE value IS 58 (23.05% from 255) = 17.11%
R=31.27%
G=51.62%
B=17.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106175580.3900.670.3195.3850.2145.69
Hex6AAF3A270431F5f322e
Octal15225772470103371376256
Binary11010101010111111101010011101000011111111011111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,175,58); }

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

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

 a { background-color: rgb(106,175,58); }

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

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

 span { border-color: rgb(106,175,58); }

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