#6E917C

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

Shades of Oxley #6E917C

Tints of Oxley #6E917C

Color information

#6E917C (or 0x6E917C) is unknown color: approx Oxley. HEX triplet: 6E, 91 and 7C. RGB value is (110,145,124). Sum of RGB (Red+Green+Blue) = 110+145+124=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #6E917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E917C is #916E83. Grayscale: #848484. Windows color (decimal): -9531012 or 8163694. OLE color: 8163694.

HSL color Cylindrical-coordinate representation of color #6E917C: hue angle of 144º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E917C is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB110145124-
CMYK0.2400.140.43
HSL144º13.73%50%-
HSV(B)144º24.14%56.86%-
XYZ20.1925.0222.83-
YUV132.14123.4112.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.02%
GREEN value IS 145 (57.03% from 255) = 38.26%
BLUE value IS 124 (48.83% from 255) = 32.72%
R=29.02%
G=38.26%
B=32.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101451240.2400.140.4314413.7350
Hex6E917C180E2B90e32
Octal15622117430016532201662
Binary11011101001000111111001100001110101011100100001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,145,124); }

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

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

 a { background-color: rgb(110,145,124); }

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

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

 span { border-color: rgb(110,145,124); }

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