#6D917C

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

Shades of Oxley #6D917C

Tints of Oxley #6D917C

Color information

#6D917C (or 0x6D917C) is unknown color: approx Oxley. HEX triplet: 6D, 91 and 7C. RGB value is (109,145,124). Sum of RGB (Red+Green+Blue) = 109+145+124=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #6D917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D917C is #926E83. Grayscale: #838383. Windows color (decimal): -9596548 or 8163693. OLE color: 8163693.

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

Color convert

RGB109145124-
CMYK0.2500.140.43
HSL145º14.17%49.8%-
HSV(B)145º24.83%56.86%-
XYZ20.0724.9622.83-
YUV131.84123.57111.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.84%
GREEN value IS 145 (57.03% from 255) = 38.36%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=28.84%
G=38.36%
B=32.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1091451240.2500.140.4314514.1749.8
Hex6D917C190E2B91e32
Octal15522117431016532211662
Binary11011011001000111111001100101110101011100100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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