#6DAD5C

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

Shades of Apple #6DAD5C

Tints of Apple #6DAD5C

Color information

#6DAD5C (or 0x6DAD5C) is unknown color: approx Apple. HEX triplet: 6D, AD and 5C. RGB value is (109,173,92). Sum of RGB (Red+Green+Blue) = 109+173+92=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAD5C is #9252A3. Grayscale: #909090. Windows color (decimal): -9589412 or 6073709. OLE color: 6073709.

HSL color Cylindrical-coordinate representation of color #6DAD5C: hue angle of 107.41º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DAD5C is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB10917392-
CMYK0.3700.470.32
HSL107.41º33.06%51.96%-
HSV(B)107.41º46.82%67.84%-
XYZ23.1833.9115.45-
YUV144.6398.3102.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.14%
GREEN value IS 173 (67.97% from 255) = 46.26%
BLUE value IS 92 (36.33% from 255) = 24.60%
R=29.14%
G=46.26%
B=24.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109173920.3700.470.32107.4133.0651.96
Hex6DAD5C2502F206b2134
Octal15525513445057401534164
Binary110110110101101101110010010101011111000001101011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,173,92); }

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

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

 a { background-color: rgb(109,173,92); }

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

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

 span { border-color: rgb(109,173,92); }

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