#76937E

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

Shades of Oxley #76937E

Tints of Oxley #76937E

Color information

#76937E (or 0x76937E) is unknown color: approx Oxley. HEX triplet: 76, 93 and 7E. RGB value is (118,147,126). Sum of RGB (Red+Green+Blue) = 118+147+126=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #76937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76937E is #896C81. Grayscale: #878787. Windows color (decimal): -9006210 or 8295286. OLE color: 8295286.

HSL color Cylindrical-coordinate representation of color #76937E: hue angle of 136.55º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76937E is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB118147126-
CMYK0.2000.140.42
HSL136.55º11.84%51.96%-
HSV(B)136.55º19.73%57.65%-
XYZ21.6726.2323.66-
YUV135.94122.39115.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 126 (49.61% from 255) = 32.23%
R=30.18%
G=37.60%
B=32.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181471260.2000.140.42136.5511.8451.96
Hex76937E140E2A89c34
Octal16622317624016522111464
Binary11101101001001111111101010001110101010100010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76937E; }

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

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

<style>
 a { background-color: #76937E; }

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

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

<style>
 span { border-color: #76937E; }

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

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