#6AA95F

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

Shades of Apple #6AA95F

Tints of Apple #6AA95F

Color information

#6AA95F (or 0x6AA95F) is unknown color: approx Apple. HEX triplet: 6A, A9 and 5F. RGB value is (106,169,95). Sum of RGB (Red+Green+Blue) = 106+169+95=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 169 - color contains mainly: green. Hex color #6AA95F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA95F is #9556A0. Grayscale: #8D8D8D. Windows color (decimal): -9787041 or 6269290. OLE color: 6269290.

HSL color Cylindrical-coordinate representation of color #6AA95F: hue angle of 111.08º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6AA95F is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB10616995-
CMYK0.3700.440.34
HSL111.08º30.08%51.76%-
HSV(B)111.08º43.79%66.27%-
XYZ22.232.2715.88-
YUV141.73101.63102.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.65%
GREEN value IS 169 (66.41% from 255) = 45.68%
BLUE value IS 95 (37.5% from 255) = 25.68%
R=28.65%
G=45.68%
B=25.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal106169950.3700.440.34111.0830.0851.76
Hex6AA95F2502C226f1e34
Octal15225113745054421573664
Binary11010101010100110111111001010101100100010110111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,169,95); }

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

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

 a { background-color: rgb(106,169,95); }

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

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

 span { border-color: rgb(106,169,95); }

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