#729380

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

Shades of Oxley #729380

Tints of Oxley #729380

Color information

#729380 (or 0x729380) is unknown color: approx Oxley. HEX triplet: 72, 93 and 80. RGB value is (114,147,128). Sum of RGB (Red+Green+Blue) = 114+147+128=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 147 - color contains mainly: green. Hex color #729380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729380 is #8D6C7F. Grayscale: #878787. Windows color (decimal): -9268352 or 8426354. OLE color: 8426354.

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

Color convert

RGB114147128-
CMYK0.2200.130.42
HSL145.45º13.25%51.18%-
HSV(B)145.45º22.45%57.65%-
XYZ21.272624.32-
YUV134.97124.07113.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.31%
GREEN value IS 147 (57.81% from 255) = 37.79%
BLUE value IS 128 (50.39% from 255) = 32.90%
R=29.31%
G=37.79%
B=32.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141471280.2200.130.42145.4513.2551.18
Hex729380160D2A91d33
Octal16222320026015522211563
Binary111001010010011100000001011001101101010100100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729380; }

 p { color: rgb(114,147,128); }

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

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

 a { background-color: rgb(114,147,128); }

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

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

 span { border-color: rgb(114,147,128); }

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