#71A676

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

Shades of Oxley #71A676

Tints of Oxley #71A676

Color information

#71A676 (or 0x71A676) is unknown color: approx Oxley. HEX triplet: 71, A6 and 76. RGB value is (113,166,118). Sum of RGB (Red+Green+Blue) = 113+166+118=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 166 - color contains mainly: green. Hex color #71A676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A676 is #8E5989. Grayscale: #909090. Windows color (decimal): -9329034 or 7775857. OLE color: 7775857.

HSL color Cylindrical-coordinate representation of color #71A676: hue angle of 125.66º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71A676 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB113166118-
CMYK0.3200.290.35
HSL125.66º22.94%54.71%-
HSV(B)125.66º31.93%65.1%-
XYZ23.7232.0922.08-
YUV144.68112.94105.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.46%
GREEN value IS 166 (65.23% from 255) = 41.81%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=28.46%
G=41.81%
B=29.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1131661180.3200.290.35125.6622.9454.71
Hex71A6762001D237e1737
Octal16124616640035431762767
Binary1110001101001101110110100000011101100011111111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,166,118); }

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

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

 a { background-color: rgb(113,166,118); }

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

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

 span { border-color: rgb(113,166,118); }

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