#729F80

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

Shades of Oxley #729F80

Tints of Oxley #729F80

Color information

#729F80 (or 0x729F80) is unknown color: approx Oxley. HEX triplet: 72, 9F and 80. RGB value is (114,159,128). Sum of RGB (Red+Green+Blue) = 114+159+128=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 159 - color contains mainly: green. Hex color #729F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729F80 is #8D607F. Grayscale: #8E8E8E. Windows color (decimal): -9265280 or 8429426. OLE color: 8429426.

HSL color Cylindrical-coordinate representation of color #729F80: hue angle of 138.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #729F80 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB114159128-
CMYK0.2800.190.38
HSL138.67º18.99%53.53%-
HSV(B)138.67º28.3%62.35%-
XYZ23.2329.9324.98-
YUV142.01120.09108.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.43%
GREEN value IS 159 (62.5% from 255) = 39.65%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=28.43%
G=39.65%
B=31.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141591280.2800.190.38138.6718.9953.53
Hex729F801C013268b1336
Octal16223720034023462132366
Binary11100101001111110000000111000100111001101000101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729F80; }

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

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

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

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

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

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

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

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