#6D9279

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

Shades of Oxley #6D9279

Tints of Oxley #6D9279

Color information

#6D9279 (or 0x6D9279) is unknown color: approx Oxley. HEX triplet: 6D, 92 and 79. RGB value is (109,146,121). Sum of RGB (Red+Green+Blue) = 109+146+121=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #6D9279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9279 is #926D86. Grayscale: #848484. Windows color (decimal): -9596295 or 7967341. OLE color: 7967341.

HSL color Cylindrical-coordinate representation of color #6D9279: hue angle of 139.46º degrees, saturation: 0.15, 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 #6D9279 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB109146121-
CMYK0.2500.170.43
HSL139.46º14.51%50%-
HSV(B)139.46º25.34%57.25%-
XYZ20.0425.1921.9-
YUV132.09121.74111.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.99%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=28.99%
G=38.83%
B=32.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1091461210.2500.170.43139.4614.5150
Hex6D9279190112B8bf32
Octal15522217131021532131762
Binary110110110010010111100111001010001101011100010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,146,121); }

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

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

 a { background-color: rgb(109,146,121); }

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

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

 span { border-color: rgb(109,146,121); }

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