#6D957B

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

Shades of Oxley #6D957B

Tints of Oxley #6D957B

Color information

#6D957B (or 0x6D957B) is unknown color: approx Oxley. HEX triplet: 6D, 95 and 7B. RGB value is (109,149,123). Sum of RGB (Red+Green+Blue) = 109+149+123=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #6D957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D957B is #926A84. Grayscale: #868686. Windows color (decimal): -9595525 or 8099181. OLE color: 8099181.

HSL color Cylindrical-coordinate representation of color #6D957B: hue angle of 141º 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 #6D957B is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB109149123-
CMYK0.2700.170.42
HSL141º15.87%50.59%-
HSV(B)141º26.85%58.43%-
XYZ20.6326.1822.7-
YUV134.08121.75110.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.61%
GREEN value IS 149 (58.59% from 255) = 39.11%
BLUE value IS 123 (48.44% from 255) = 32.28%
R=28.61%
G=39.11%
B=32.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091491230.2700.170.4214115.8750.59
Hex6D957B1B0112A8d1033
Octal15522517333021522152063
Binary1101101100101011111011110110100011010101000110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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