#71917F

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

Shades of Oxley #71917F

Tints of Oxley #71917F

Color information

#71917F (or 0x71917F) is unknown color: approx Oxley. HEX triplet: 71, 91 and 7F. RGB value is (113,145,127). Sum of RGB (Red+Green+Blue) = 113+145+127=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #71917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71917F is #8E6E80. Grayscale: #858585. Windows color (decimal): -9334401 or 8360305. OLE color: 8360305.

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

Color convert

RGB113145127-
CMYK0.2200.120.43
HSL146.25º12.7%50.59%-
HSV(B)146.25º22.07%56.86%-
XYZ20.7725.2923.87-
YUV133.38124.4113.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 127 (50% from 255) = 32.99%
R=29.35%
G=37.66%
B=32.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131451270.2200.120.43146.2512.750.59
Hex71917F160C2B92d33
Octal16122117726014532221563
Binary11100011001000111111111011001100101011100100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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