#71917A

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

Shades of Oxley #71917A

Tints of Oxley #71917A

Color information

#71917A (or 0x71917A) is unknown color: approx Oxley. HEX triplet: 71, 91 and 7A. RGB value is (113,145,122). Sum of RGB (Red+Green+Blue) = 113+145+122=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #71917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71917A is #8E6E85. Grayscale: #848484. Windows color (decimal): -9334406 or 8032625. OLE color: 8032625.

HSL color Cylindrical-coordinate representation of color #71917A: hue angle of 136.88º 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 #71917A is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB113145122-
CMYK0.2200.160.43
HSL136.88º12.7%50.59%-
HSV(B)136.88º22.07%56.86%-
XYZ20.4525.1722.19-
YUV132.81121.9113.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.74%
GREEN value IS 145 (57.03% from 255) = 38.16%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=29.74%
G=38.16%
B=32.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131451220.2200.160.43136.8812.750.59
Hex71917A160102B89d33
Octal16122117226020532111563
Binary111000110010001111101010110010000101011100010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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