#71A47D

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

Shades of Oxley #71A47D

Tints of Oxley #71A47D

Color information

#71A47D (or 0x71A47D) is unknown color: approx Oxley. HEX triplet: 71, A4 and 7D. RGB value is (113,164,125). Sum of RGB (Red+Green+Blue) = 113+164+125=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 164 - color contains mainly: green. Hex color #71A47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A47D is #8E5B82. Grayscale: #909090. Windows color (decimal): -9329539 or 8234097. OLE color: 8234097.

HSL color Cylindrical-coordinate representation of color #71A47D: hue angle of 134.12º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71A47D is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB113164125-
CMYK0.3100.240.36
HSL134.12º21.89%54.31%-
HSV(B)134.12º31.1%64.31%-
XYZ23.7931.5424.24-
YUV144.3117.1105.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.11%
GREEN value IS 164 (64.45% from 255) = 40.80%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=28.11%
G=40.80%
B=31.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131641250.3100.240.36134.1221.8954.31
Hex71A47D1F01824861636
Octal16124417537030442062666
Binary1110001101001001111101111110110001001001000011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71A47D; }

 p { color: rgb(113,164,125); }

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

<style>
 a { background-color: #71A47D; }

 a { background-color: rgb(113,164,125); }

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

<style>
 span { border-color: #71A47D; }

 span { border-color: rgb(113,164,125); }

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