#6D9376

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

Shades of Oxley #6D9376

Tints of Oxley #6D9376

Color information

#6D9376 (or 0x6D9376) is unknown color: approx Oxley. HEX triplet: 6D, 93 and 76. RGB value is (109,147,118). Sum of RGB (Red+Green+Blue) = 109+147+118=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 147 - color contains mainly: green. Hex color #6D9376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9376 is #926C89. Grayscale: #848484. Windows color (decimal): -9596042 or 7770989. OLE color: 7770989.

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

Color convert

RGB109147118-
CMYK0.2600.200.42
HSL134.21º14.96%50.2%-
HSV(B)134.21º25.85%57.65%-
XYZ20.0125.4320.99-
YUV132.33119.91111.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.14%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=29.14%
G=39.30%
B=31.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091471180.2600.200.42134.2114.9650.2
Hex6D93761A0142A86f32
Octal15522316632024522061762
Binary110110110010011111011011010010100101010100001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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