#719580

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

Shades of Oxley #719580

Tints of Oxley #719580

Color information

#719580 (or 0x719580) is unknown color: approx Oxley. HEX triplet: 71, 95 and 80. RGB value is (113,149,128). Sum of RGB (Red+Green+Blue) = 113+149+128=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 149 - color contains mainly: green. Hex color #719580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719580 is #8E6A7F. Grayscale: #878787. Windows color (decimal): -9333376 or 8426865. OLE color: 8426865.

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

Color convert

RGB113149128-
CMYK0.2400.140.42
HSL145º14.52%51.37%-
HSV(B)145º24.16%58.43%-
XYZ21.4526.5624.42-
YUV135.84123.57111.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=28.97%
G=38.21%
B=32.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131491280.2400.140.4214514.5251.37
Hex719580180E2A91f33
Octal16122520030016522211763
Binary111000110010101100000001100001110101010100100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719580; }

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

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

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

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

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

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

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

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