#71937A

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

Shades of Oxley #71937A

Tints of Oxley #71937A

Color information

#71937A (or 0x71937A) is unknown color: approx Oxley. HEX triplet: 71, 93 and 7A. RGB value is (113,147,122). Sum of RGB (Red+Green+Blue) = 113+147+122=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #71937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71937A is #8E6C85. Grayscale: #868686. Windows color (decimal): -9333894 or 8033137. OLE color: 8033137.

HSL color Cylindrical-coordinate representation of color #71937A: hue angle of 135.88º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71937A is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB113147122-
CMYK0.2300.170.42
HSL135.88º13.6%50.98%-
HSV(B)135.88º23.13%57.65%-
XYZ20.7625.7822.3-
YUV133.98121.24113.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.58%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=29.58%
G=38.48%
B=31.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131471220.2300.170.42135.8813.650.98
Hex71937A170112A88e33
Octal16122317227021522101663
Binary111000110010011111101010111010001101010100010001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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