#739180

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

Shades of Oxley #739180

Tints of Oxley #739180

Color information

#739180 (or 0x739180) is unknown color: approx Oxley. HEX triplet: 73, 91 and 80. RGB value is (115,145,128). Sum of RGB (Red+Green+Blue) = 115+145+128=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 145 - color contains mainly: green. Hex color #739180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739180 is #8C6E7F. Grayscale: #868686. Windows color (decimal): -9203328 or 8425843. OLE color: 8425843.

HSL color Cylindrical-coordinate representation of color #739180: hue angle of 146º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #739180 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB115145128-
CMYK0.2100.120.43
HSL146º12%50.98%-
HSV(B)146º20.69%56.86%-
XYZ21.0925.4524.22-
YUV134.09124.56114.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.64%
GREEN value IS 145 (57.03% from 255) = 37.37%
BLUE value IS 128 (50.39% from 255) = 32.99%
R=29.64%
G=37.37%
B=32.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151451280.2100.120.431461250.98
Hex739180150C2B92c33
Octal16322120025014532221463
Binary111001110010001100000001010101100101011100100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739180; }

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

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

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

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

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

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

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

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