#71927E

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

Shades of Oxley #71927E

Tints of Oxley #71927E

Color information

#71927E (or 0x71927E) is unknown color: approx Oxley. HEX triplet: 71, 92 and 7E. RGB value is (113,146,126). Sum of RGB (Red+Green+Blue) = 113+146+126=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #71927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71927E is #8E6D81. Grayscale: #858585. Windows color (decimal): -9334146 or 8295025. OLE color: 8295025.

HSL color Cylindrical-coordinate representation of color #71927E: hue angle of 143.64º 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 #71927E is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB113146126-
CMYK0.2300.140.43
HSL143.64º13.15%50.78%-
HSV(B)143.64º22.6%57.25%-
XYZ20.8525.5723.58-
YUV133.85123.57113.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=29.35%
G=37.92%
B=32.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131461260.2300.140.43143.6413.1550.78
Hex71927E170E2B90d33
Octal16122217627016532201563
Binary11100011001001011111101011101110101011100100001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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