#719F81

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

Shades of Oxley #719F81

Tints of Oxley #719F81

Color information

#719F81 (or 0x719F81) is unknown color: approx Oxley. HEX triplet: 71, 9F and 81. RGB value is (113,159,129). Sum of RGB (Red+Green+Blue) = 113+159+129=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 159 - color contains mainly: green. Hex color #719F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719F81 is #8E607E. Grayscale: #8D8D8D. Windows color (decimal): -9330815 or 8494961. OLE color: 8494961.

HSL color Cylindrical-coordinate representation of color #719F81: hue angle of 140.87º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #719F81 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB113159129-
CMYK0.2900.190.38
HSL140.87º19.33%53.33%-
HSV(B)140.87º28.93%62.35%-
XYZ23.1729.8925.32-
YUV141.83120.76107.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.18%
GREEN value IS 159 (62.5% from 255) = 39.65%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=28.18%
G=39.65%
B=32.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131591290.2900.190.38140.8719.3353.33
Hex719F811D013268d1335
Octal16123720135023462152365
Binary11100011001111110000001111010100111001101000110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719F81; }

 p { color: rgb(113,159,129); }

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

<style>
 a { background-color: #719F81; }

 a { background-color: rgb(113,159,129); }

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

<style>
 span { border-color: #719F81; }

 span { border-color: rgb(113,159,129); }

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