#739980

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

Shades of Oxley #739980

Tints of Oxley #739980

Color information

#739980 (or 0x739980) is unknown color: approx Oxley. HEX triplet: 73, 99 and 80. RGB value is (115,153,128). Sum of RGB (Red+Green+Blue) = 115+153+128=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #739980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739980 is #8C667F. Grayscale: #8A8A8A. Windows color (decimal): -9201280 or 8427891. OLE color: 8427891.

HSL color Cylindrical-coordinate representation of color #739980: hue angle of 140.53º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739980 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB115153128-
CMYK0.2500.160.4
HSL140.53º15.7%52.55%-
HSV(B)140.53º24.84%60%-
XYZ22.3627.9924.65-
YUV138.79121.91111.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.04%
GREEN value IS 153 (60.16% from 255) = 38.64%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=29.04%
G=38.64%
B=32.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151531280.2500.160.4140.5315.752.55
Hex73998019010288d1035
Octal16323120031020502152065
Binary11100111001100110000000110010100001010001000110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739980; }

 p { color: rgb(115,153,128); }

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

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

 a { background-color: rgb(115,153,128); }

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

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

 span { border-color: rgb(115,153,128); }

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