#6AAD5C

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

Shades of Apple #6AAD5C

Tints of Apple #6AAD5C

Color information

#6AAD5C (or 0x6AAD5C) is unknown color: approx Apple. HEX triplet: 6A, AD and 5C. RGB value is (106,173,92). Sum of RGB (Red+Green+Blue) = 106+173+92=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAD5C is #9552A3. Grayscale: #8F8F8F. Windows color (decimal): -9786020 or 6073706. OLE color: 6073706.

HSL color Cylindrical-coordinate representation of color #6AAD5C: hue angle of 109.63º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AAD5C is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB10617392-
CMYK0.3900.470.32
HSL109.63º33.06%51.96%-
HSV(B)109.63º46.82%67.84%-
XYZ22.8233.7215.43-
YUV143.7398.8101.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.57%
GREEN value IS 173 (67.97% from 255) = 46.63%
BLUE value IS 92 (36.33% from 255) = 24.80%
R=28.57%
G=46.63%
B=24.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106173920.3900.470.32109.6333.0651.96
Hex6AAD5C2702F206e2134
Octal15225513447057401564164
Binary110101010101101101110010011101011111000001101110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,173,92); }

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

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

 a { background-color: rgb(106,173,92); }

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

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

 span { border-color: rgb(106,173,92); }

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