#6D8976

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

Shades of Oxley #6D8976

Tints of Oxley #6D8976

Color information

#6D8976 (or 0x6D8976) is unknown color: approx Oxley. HEX triplet: 6D, 89 and 76. RGB value is (109,137,118). Sum of RGB (Red+Green+Blue) = 109+137+118=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #6D8976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8976 is #927689. Grayscale: #7E7E7E. Windows color (decimal): -9598602 or 7768429. OLE color: 7768429.

HSL color Cylindrical-coordinate representation of color #6D8976: hue angle of 139.29º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D8976 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB109137118-
CMYK0.2000.140.46
HSL139.29º11.38%48.24%-
HSV(B)139.29º20.44%53.73%-
XYZ18.5222.4520.5-
YUV126.46123.22115.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.95%
GREEN value IS 137 (53.91% from 255) = 37.64%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=29.95%
G=37.64%
B=32.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1091371180.2000.140.46139.2911.3848.24
Hex6D8976140E2E8bb30
Octal15521116624016562131360
Binary11011011000100111101101010001110101110100010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,137,118); }

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

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

 a { background-color: rgb(109,137,118); }

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

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

 span { border-color: rgb(109,137,118); }

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