#71917C

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

Shades of Oxley #71917C

Tints of Oxley #71917C

Color information

#71917C (or 0x71917C) is unknown color: approx Oxley. HEX triplet: 71, 91 and 7C. RGB value is (113,145,124). Sum of RGB (Red+Green+Blue) = 113+145+124=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 145 - color contains mainly: green. Hex color #71917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71917C is #8E6E83. Grayscale: #858585. Windows color (decimal): -9334404 or 8163697. OLE color: 8163697.

HSL color Cylindrical-coordinate representation of color #71917C: hue angle of 140.62º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #71917C is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB113145124-
CMYK0.2200.140.43
HSL140.62º12.7%50.59%-
HSV(B)140.62º22.07%56.86%-
XYZ20.5725.2222.85-
YUV133.04122.9113.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.58%
GREEN value IS 145 (57.03% from 255) = 37.96%
BLUE value IS 124 (48.83% from 255) = 32.46%
R=29.58%
G=37.96%
B=32.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131451240.2200.140.43140.6212.750.59
Hex71917C160E2B8dd33
Octal16122117426016532151563
Binary11100011001000111111001011001110101011100011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71917C; }

 p { color: rgb(113,145,124); }

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

<style>
 a { background-color: #71917C; }

 a { background-color: rgb(113,145,124); }

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

<style>
 span { border-color: #71917C; }

 span { border-color: rgb(113,145,124); }

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