#6DA680

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

Shades of Oxley #6DA680

Tints of Oxley #6DA680

Color information

#6DA680 (or 0x6DA680) is unknown color: approx Oxley. HEX triplet: 6D, A6 and 80. RGB value is (109,166,128). Sum of RGB (Red+Green+Blue) = 109+166+128=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 166 - color contains mainly: green. Hex color #6DA680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA680 is #92597F. Grayscale: #909090. Windows color (decimal): -9591168 or 8431213. OLE color: 8431213.

HSL color Cylindrical-coordinate representation of color #6DA680: hue angle of 140º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6DA680 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB109166128-
CMYK0.3400.230.35
HSL140º24.26%53.92%-
HSV(B)140º34.34%65.1%-
XYZ23.8432.0825.36-
YUV144.62118.62102.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.05%
GREEN value IS 166 (65.23% from 255) = 41.19%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=27.05%
G=41.19%
B=31.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1091661280.3400.230.3514024.2653.92
Hex6DA68022017238c1836
Octal15524620042027432143066
Binary110110110100110100000001000100101111000111000110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,166,128); }

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

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

 a { background-color: rgb(109,166,128); }

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

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

 span { border-color: rgb(109,166,128); }

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