#76927F

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

Shades of Oxley #76927F

Tints of Oxley #76927F

Color information

#76927F (or 0x76927F) is unknown color: approx Oxley. HEX triplet: 76, 92 and 7F. RGB value is (118,146,127). Sum of RGB (Red+Green+Blue) = 118+146+127=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #76927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76927F is #896D80. Grayscale: #878787. Windows color (decimal): -9006465 or 8360566. OLE color: 8360566.

HSL color Cylindrical-coordinate representation of color #76927F: hue angle of 139.29º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76927F is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB118146127-
CMYK0.1900.130.43
HSL139.29º11.38%51.76%-
HSV(B)139.29º19.18%57.25%-
XYZ21.5825.9423.95-
YUV135.46123.22115.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 127 (50% from 255) = 32.48%
R=30.18%
G=37.34%
B=32.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181461270.1900.130.43139.2911.3851.76
Hex76927F130D2B8bb34
Octal16622217723015532131364
Binary11101101001001011111111001101101101011100010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76927F; }

 p { color: rgb(118,146,127); }

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

<style>
 a { background-color: #76927F; }

 a { background-color: rgb(118,146,127); }

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

<style>
 span { border-color: #76927F; }

 span { border-color: rgb(118,146,127); }

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