#6DA048

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

Shades of Apple #6DA048

Tints of Apple #6DA048

Color information

#6DA048 (or 0x6DA048) is unknown color: approx Apple. HEX triplet: 6D, A0 and 48. RGB value is (109,160,72). Sum of RGB (Red+Green+Blue) = 109+160+72=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA048 is #925FB7. Grayscale: #878787. Windows color (decimal): -9592760 or 4759661. OLE color: 4759661.

HSL color Cylindrical-coordinate representation of color #6DA048: hue angle of 94.77º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DA048 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB10916072-
CMYK0.3200.550.37
HSL94.77º37.93%45.49%-
HSV(B)94.77º55%62.75%-
XYZ20.0528.8610.64-
YUV134.7292.6109.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.96%
GREEN value IS 160 (62.89% from 255) = 46.92%
BLUE value IS 72 (28.52% from 255) = 21.11%
R=31.96%
G=46.92%
B=21.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal109160720.3200.550.3794.7737.9345.49
Hex6DA04820037255f262d
Octal15524011040067451374655
Binary110110110100000100100010000001101111001011011111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,160,72); }

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

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

 a { background-color: rgb(109,160,72); }

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

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

 span { border-color: rgb(109,160,72); }

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