#71AB7A

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

Shades of Oxley #71AB7A

Tints of Oxley #71AB7A

Color information

#71AB7A (or 0x71AB7A) is unknown color: approx Oxley. HEX triplet: 71, AB and 7A. RGB value is (113,171,122). Sum of RGB (Red+Green+Blue) = 113+171+122=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AB7A is #8E5485. Grayscale: #949494. Windows color (decimal): -9327750 or 8039281. OLE color: 8039281.

HSL color Cylindrical-coordinate representation of color #71AB7A: hue angle of 129.31º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71AB7A is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB113171122-
CMYK0.3400.290.33
HSL129.31º25.66%55.69%-
HSV(B)129.31º33.92%67.06%-
XYZ24.8934.0423.67-
YUV148.07113.28102.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.83%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=27.83%
G=42.12%
B=30.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131711220.3400.290.33129.3125.6655.69
Hex71AB7A2201D21811a38
Octal16125317242035412013270
Binary11100011010101111110101000100111011000011000000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,171,122); }

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

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

 a { background-color: rgb(113,171,122); }

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

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

 span { border-color: rgb(113,171,122); }

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