#6EA680

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

Shades of Oxley #6EA680

Tints of Oxley #6EA680

Color information

#6EA680 (or 0x6EA680) is unknown color: approx Oxley. HEX triplet: 6E, A6 and 80. RGB value is (110,166,128). Sum of RGB (Red+Green+Blue) = 110+166+128=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 166 - color contains mainly: green. Hex color #6EA680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA680 is #91597F. Grayscale: #919191. Windows color (decimal): -9525632 or 8431214. OLE color: 8431214.

HSL color Cylindrical-coordinate representation of color #6EA680: hue angle of 139.29º 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 #6EA680 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB110166128-
CMYK0.3400.230.35
HSL139.29º23.93%54.12%-
HSV(B)139.29º33.73%65.1%-
XYZ23.9632.1525.36-
YUV144.92118.45103.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.23%
GREEN value IS 166 (65.23% from 255) = 41.09%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=27.23%
G=41.09%
B=31.68%

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
Decimal1101661280.3400.230.35139.2923.9354.12
Hex6EA68022017238b1836
Octal15624620042027432133066
Binary110111010100110100000001000100101111000111000101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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