#719F80

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

Shades of Oxley #719F80

Tints of Oxley #719F80

Color information

#719F80 (or 0x719F80) is unknown color: approx Oxley. HEX triplet: 71, 9F and 80. RGB value is (113,159,128). Sum of RGB (Red+Green+Blue) = 113+159+128=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 159 - color contains mainly: green. Hex color #719F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719F80 is #8E607F. Grayscale: #8D8D8D. Windows color (decimal): -9330816 or 8429425. OLE color: 8429425.

HSL color Cylindrical-coordinate representation of color #719F80: hue angle of 139.57º 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 #719F80 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB113159128-
CMYK0.2900.190.38
HSL139.57º19.33%53.33%-
HSV(B)139.57º28.93%62.35%-
XYZ23.129.8724.97-
YUV141.71120.26107.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.25%
GREEN value IS 159 (62.5% from 255) = 39.75%
BLUE value IS 128 (50.39% from 255) = 32%
R=28.25%
G=39.75%
B=32%

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
Decimal1131591280.2900.190.38139.5719.3353.33
Hex719F801D013268c1335
Octal16123720035023462142365
Binary11100011001111110000000111010100111001101000110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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