#739880

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

Shades of Oxley #739880

Tints of Oxley #739880

Color information

#739880 (or 0x739880) is unknown color: approx Oxley. HEX triplet: 73, 98 and 80. RGB value is (115,152,128). Sum of RGB (Red+Green+Blue) = 115+152+128=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 152 - color contains mainly: green. Hex color #739880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739880 is #8C677F. Grayscale: #8A8A8A. Windows color (decimal): -9201536 or 8427635. OLE color: 8427635.

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

Color convert

RGB115152128-
CMYK0.2400.160.40
HSL141.08º15.23%52.35%-
HSV(B)141.08º24.34%59.61%-
XYZ22.1927.6624.59-
YUV138.2122.24111.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.11%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=29.11%
G=38.48%
B=32.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151521280.2400.160.40141.0815.2352.35
Hex73988018010288df34
Octal16323020030020502151764
Binary1110011100110001000000011000010000101000100011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739880; }

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

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

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

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

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

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

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

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