#719E85

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

Shades of Oxley #719E85

Tints of Oxley #719E85

Color information

#719E85 (or 0x719E85) is unknown color: approx Oxley. HEX triplet: 71, 9E and 85. RGB value is (113,158,133). Sum of RGB (Red+Green+Blue) = 113+158+133=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 158 - color contains mainly: green. Hex color #719E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719E85 is #8E617A. Grayscale: #8D8D8D. Windows color (decimal): -9331067 or 8756849. OLE color: 8756849.

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

Color convert

RGB113158133-
CMYK0.2800.160.38
HSL146.67º18.83%53.14%-
HSV(B)146.67º28.48%61.96%-
XYZ23.2729.6626.69-
YUV141.7123.09107.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.97%
GREEN value IS 158 (62.11% from 255) = 39.11%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=27.97%
G=39.11%
B=32.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131581330.2800.160.38146.6718.8353.14
Hex719E851C01026931335
Octal16123620534020462232365
Binary11100011001111010000101111000100001001101001001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,158,133); }

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

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

 a { background-color: rgb(113,158,133); }

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

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

 span { border-color: rgb(113,158,133); }

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