#6EA980

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

Shades of Oxley #6EA980

Tints of Oxley #6EA980

Color information

#6EA980 (or 0x6EA980) is unknown color: approx Oxley. HEX triplet: 6E, A9 and 80. RGB value is (110,169,128). Sum of RGB (Red+Green+Blue) = 110+169+128=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 169 - color contains mainly: green. Hex color #6EA980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA980 is #91567F. Grayscale: #929292. Windows color (decimal): -9524864 or 8431982. OLE color: 8431982.

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

Color convert

RGB110169128-
CMYK0.3500.240.34
HSL138.31º25.54%54.71%-
HSV(B)138.31º34.91%66.27%-
XYZ24.5133.2525.55-
YUV146.68117.45101.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.03%
GREEN value IS 169 (66.41% from 255) = 41.52%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=27.03%
G=41.52%
B=31.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1101691280.3500.240.34138.3125.5454.71
Hex6EA98023018228a1a37
Octal15625120043030422123267
Binary110111010101001100000001000110110001000101000101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,169,128); }

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

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

 a { background-color: rgb(110,169,128); }

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

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

 span { border-color: rgb(110,169,128); }

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