#6DB060

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

Shades of Apple #6DB060

Tints of Apple #6DB060

Color information

#6DB060 (or 0x6DB060) is unknown color: approx Apple. HEX triplet: 6D, B0 and 60. RGB value is (109,176,96). Sum of RGB (Red+Green+Blue) = 109+176+96=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DB060 is #924F9F. Grayscale: #939393. Windows color (decimal): -9588640 or 6336621. OLE color: 6336621.

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

Color convert

RGB10917696-
CMYK0.3800.450.31
HSL110.25º33.61%53.33%-
HSV(B)110.25º45.45%69.02%-
XYZ23.9435.1516.59-
YUV146.8599.3101-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.61%
GREEN value IS 176 (69.14% from 255) = 46.19%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=28.61%
G=46.19%
B=25.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal109176960.3800.450.31110.2533.6153.33
Hex6DB0602602D1F6e2235
Octal15526014046055371564265
Binary11011011011000011000001001100101101111111101110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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