#6E9376

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

Shades of Oxley #6E9376

Tints of Oxley #6E9376

Color information

#6E9376 (or 0x6E9376) is unknown color: approx Oxley. HEX triplet: 6E, 93 and 76. RGB value is (110,147,118). Sum of RGB (Red+Green+Blue) = 110+147+118=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #6E9376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9376 is #916C89. Grayscale: #848484. Windows color (decimal): -9530506 or 7770990. OLE color: 7770990.

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

Color convert

RGB110147118-
CMYK0.2500.200.42
HSL132.97º14.62%50.39%-
HSV(B)132.97º25.17%57.65%-
XYZ20.1325.4921-
YUV132.63119.74111.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.33%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=29.33%
G=39.2%
B=31.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1101471180.2500.200.42132.9714.6250.39
Hex6E9376190142A85f32
Octal15622316631024522051762
Binary110111010010011111011011001010100101010100001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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