#6AA04D

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

Shades of Apple #6AA04D

Tints of Apple #6AA04D

Color information

#6AA04D (or 0x6AA04D) is unknown color: approx Apple. HEX triplet: 6A, A0 and 4D. RGB value is (106,160,77). Sum of RGB (Red+Green+Blue) = 106+160+77=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA04D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA04D is #955FB2. Grayscale: #868686. Windows color (decimal): -9789363 or 5087338. OLE color: 5087338.

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

Color convert

RGB10616077-
CMYK0.3400.520.37
HSL99.04º35.02%46.47%-
HSV(B)99.04º51.88%62.75%-
XYZ19.8528.7411.52-
YUV134.3995.61107.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.90%
GREEN value IS 160 (62.89% from 255) = 46.65%
BLUE value IS 77 (30.47% from 255) = 22.45%
R=30.90%
G=46.65%
B=22.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal106160770.3400.520.3799.0435.0246.47
Hex6AA04D220342563232e
Octal15224011542064451434356
Binary110101010100000100110110001001101001001011100011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,160,77); }

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

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

 a { background-color: rgb(106,160,77); }

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

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

 span { border-color: rgb(106,160,77); }

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