#6D957E

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

Shades of Oxley #6D957E

Tints of Oxley #6D957E

Color information

#6D957E (or 0x6D957E) is unknown color: approx Oxley. HEX triplet: 6D, 95 and 7E. RGB value is (109,149,126). Sum of RGB (Red+Green+Blue) = 109+149+126=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 149 - color contains mainly: green. Hex color #6D957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D957E is #926A81. Grayscale: #868686. Windows color (decimal): -9595522 or 8295789. OLE color: 8295789.

HSL color Cylindrical-coordinate representation of color #6D957E: hue angle of 145.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D957E is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB109149126-
CMYK0.2700.150.42
HSL145.5º15.87%50.59%-
HSV(B)145.5º26.85%58.43%-
XYZ20.8226.2523.71-
YUV134.42123.25109.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.39%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 126 (49.61% from 255) = 32.81%
R=28.39%
G=38.80%
B=32.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091491260.2700.150.42145.515.8750.59
Hex6D957E1B0F2A921033
Octal15522517633017522222063
Binary110110110010101111111011011011111010101001001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,149,126); }

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

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

 a { background-color: rgb(109,149,126); }

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

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

 span { border-color: rgb(109,149,126); }

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