#71A480

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

Shades of Oxley #71A480

Tints of Oxley #71A480

Color information

#71A480 (or 0x71A480) is unknown color: approx Oxley. HEX triplet: 71, A4 and 80. RGB value is (113,164,128). Sum of RGB (Red+Green+Blue) = 113+164+128=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #71A480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A480 is #8E5B7F. Grayscale: #909090. Windows color (decimal): -9329536 or 8430705. OLE color: 8430705.

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

Color convert

RGB113164128-
CMYK0.3100.220.36
HSL137.65º21.89%54.31%-
HSV(B)137.65º31.1%64.31%-
XYZ23.9831.6225.26-
YUV144.65118.6105.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.90%
GREEN value IS 164 (64.45% from 255) = 40.49%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=27.90%
G=40.49%
B=31.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131641280.3100.220.36137.6521.8954.31
Hex71A4801F016248a1636
Octal16124420037026442122666
Binary11100011010010010000000111110101101001001000101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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