#6DB049

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

Shades of Apple #6DB049

Tints of Apple #6DB049

Color information

#6DB049 (or 0x6DB049) is unknown color: approx Apple. HEX triplet: 6D, B0 and 49. RGB value is (109,176,73). Sum of RGB (Red+Green+Blue) = 109+176+73=358 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.45% from 358); Green value is 176 (69.14% from 255 or 49.16% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DB049 is #924FB6. Grayscale: #909090. Windows color (decimal): -9588663 or 4829293. OLE color: 4829293.

HSL color Cylindrical-coordinate representation of color #6DB049: hue angle of 99.03º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6DB049 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB10917673-
CMYK0.3800.590.31
HSL99.03º41.37%48.82%-
HSV(B)99.03º58.52%69.02%-
XYZ23.0334.7811.8-
YUV144.2287.8102.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.45%
GREEN value IS 176 (69.14% from 255) = 49.16%
BLUE value IS 73 (28.91% from 255) = 20.39%
R=30.45%
G=49.16%
B=20.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal109176730.3800.590.3199.0341.3748.82
Hex6DB0492603B1F632931
Octal15526011146073371435161
Binary11011011011000010010011001100111011111111100011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,176,73); }

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

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

 a { background-color: rgb(109,176,73); }

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

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

 span { border-color: rgb(109,176,73); }

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