#729980

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

Shades of Oxley #729980

Tints of Oxley #729980

Color information

#729980 (or 0x729980) is unknown color: approx Oxley. HEX triplet: 72, 99 and 80. RGB value is (114,153,128). Sum of RGB (Red+Green+Blue) = 114+153+128=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #729980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729980 is #8D667F. Grayscale: #8A8A8A. Windows color (decimal): -9266816 or 8427890. OLE color: 8427890.

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

Color convert

RGB114153128-
CMYK0.2500.160.4
HSL141.54º16.05%52.35%-
HSV(B)141.54º25.49%60%-
XYZ22.2327.9224.64-
YUV138.49122.08110.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.86%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=28.86%
G=38.73%
B=32.41%

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
Decimal1141531280.2500.160.4141.5416.0552.35
Hex72998019010288e1034
Octal16223120031020502162064
Binary11100101001100110000000110010100001010001000111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729980; }

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

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

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

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

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

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

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

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