#71927F

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

Shades of Oxley #71927F

Tints of Oxley #71927F

Color information

#71927F (or 0x71927F) is unknown color: approx Oxley. HEX triplet: 71, 92 and 7F. RGB value is (113,146,127). Sum of RGB (Red+Green+Blue) = 113+146+127=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #71927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71927F is #8E6D80. Grayscale: #868686. Windows color (decimal): -9334145 or 8360561. OLE color: 8360561.

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

Color convert

RGB113146127-
CMYK0.2300.130.43
HSL145.45º13.15%50.78%-
HSV(B)145.45º22.6%57.25%-
XYZ20.9225.623.92-
YUV133.97124.07113.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.27%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 127 (50% from 255) = 32.90%
R=29.27%
G=37.82%
B=32.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131461270.2300.130.43145.4513.1550.78
Hex71927F170D2B91d33
Octal16122217727015532211563
Binary11100011001001011111111011101101101011100100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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