#6AA150

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

Shades of Apple #6AA150

Tints of Apple #6AA150

Color information

#6AA150 (or 0x6AA150) is unknown color: approx Apple. HEX triplet: 6A, A1 and 50. RGB value is (106,161,80). Sum of RGB (Red+Green+Blue) = 106+161+80=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA150 is #955EAF. Grayscale: #878787. Windows color (decimal): -9789104 or 5284202. OLE color: 5284202.

HSL color Cylindrical-coordinate representation of color #6AA150: hue angle of 100.74º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AA150 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB10616180-
CMYK0.3400.500.37
HSL100.74º33.61%47.25%-
HSV(B)100.74º50.31%63.14%-
XYZ20.1429.1312.15-
YUV135.3296.78107.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.55%
GREEN value IS 161 (63.28% from 255) = 46.40%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=30.55%
G=46.40%
B=23.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal106161800.3400.500.37100.7433.6147.25
Hex6AA150220322565222f
Octal15224112042062451454257
Binary110101010100001101000010001001100101001011100101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,161,80); }

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

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

 a { background-color: rgb(106,161,80); }

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

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

 span { border-color: rgb(106,161,80); }

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