#6D8C76

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

Shades of Oxley #6D8C76

Tints of Oxley #6D8C76

Color information

#6D8C76 (or 0x6D8C76) is unknown color: approx Oxley. HEX triplet: 6D, 8C and 76. RGB value is (109,140,118). Sum of RGB (Red+Green+Blue) = 109+140+118=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 140 - color contains mainly: green. Hex color #6D8C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8C76 is #927389. Grayscale: #808080. Windows color (decimal): -9597834 or 7769197. OLE color: 7769197.

HSL color Cylindrical-coordinate representation of color #6D8C76: hue angle of 137.42º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D8C76 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB109140118-
CMYK0.2200.160.45
HSL137.42º12.45%48.82%-
HSV(B)137.42º22.14%54.9%-
XYZ18.9523.3220.64-
YUV128.22122.23114.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.70%
GREEN value IS 140 (55.08% from 255) = 38.15%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=29.70%
G=38.15%
B=32.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1091401180.2200.160.45137.4212.4548.82
Hex6D8C76160102D89c31
Octal15521416626020552111461
Binary110110110001100111011010110010000101101100010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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