#71A475

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

Shades of Oxley #71A475

Tints of Oxley #71A475

Color information

#71A475 (or 0x71A475) is unknown color: approx Oxley. HEX triplet: 71, A4 and 75. RGB value is (113,164,117). Sum of RGB (Red+Green+Blue) = 113+164+117=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #71A475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A475 is #8E5B8A. Grayscale: #8F8F8F. Windows color (decimal): -9329547 or 7709809. OLE color: 7709809.

HSL color Cylindrical-coordinate representation of color #71A475: hue angle of 124.71º 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 #71A475 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB113164117-
CMYK0.3100.290.36
HSL124.71º21.89%54.31%-
HSV(B)124.71º31.1%64.31%-
XYZ23.331.3521.65-
YUV143.39113.1106.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.68%
GREEN value IS 164 (64.45% from 255) = 41.62%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=28.68%
G=41.62%
B=29.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131641170.3100.290.36124.7121.8954.31
Hex71A4751F01D247d1636
Octal16124416537035441752666
Binary111000110100100111010111111011101100100111110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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