#719A80

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

Shades of Oxley #719A80

Tints of Oxley #719A80

Color information

#719A80 (or 0x719A80) is unknown color: approx Oxley. HEX triplet: 71, 9A and 80. RGB value is (113,154,128). Sum of RGB (Red+Green+Blue) = 113+154+128=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 154 - color contains mainly: green. Hex color #719A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719A80 is #8E657F. Grayscale: #8A8A8A. Windows color (decimal): -9332096 or 8428145. OLE color: 8428145.

HSL color Cylindrical-coordinate representation of color #719A80: hue angle of 141.95º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #719A80 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB113154128-
CMYK0.2700.170.40
HSL141.95º16.87%52.35%-
HSV(B)141.95º26.62%60.39%-
XYZ22.2628.1824.69-
YUV138.78121.92109.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.61%
GREEN value IS 154 (60.55% from 255) = 38.99%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=28.61%
G=38.99%
B=32.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131541280.2700.170.40141.9516.8752.35
Hex719A801B011288e1134
Octal16123220033021502162164
Binary11100011001101010000000110110100011010001000111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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