#6D937B

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

Shades of Oxley #6D937B

Tints of Oxley #6D937B

Color information

#6D937B (or 0x6D937B) is unknown color: approx Oxley. HEX triplet: 6D, 93 and 7B. RGB value is (109,147,123). Sum of RGB (Red+Green+Blue) = 109+147+123=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #6D937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D937B is #926C84. Grayscale: #848484. Windows color (decimal): -9596037 or 8098669. OLE color: 8098669.

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

Color convert

RGB109147123-
CMYK0.2600.160.42
HSL142.11º14.96%50.2%-
HSV(B)142.11º25.85%57.65%-
XYZ20.3225.5522.6-
YUV132.9122.41110.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.76%
GREEN value IS 147 (57.81% from 255) = 38.79%
BLUE value IS 123 (48.44% from 255) = 32.45%
R=28.76%
G=38.79%
B=32.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091471230.2600.160.42142.1114.9650.2
Hex6D937B1A0102A8ef32
Octal15522317332020522161762
Binary110110110010011111101111010010000101010100011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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