#729984

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

Shades of Oxley #729984

Tints of Oxley #729984

Color information

#729984 (or 0x729984) is unknown color: approx Oxley. HEX triplet: 72, 99 and 84. RGB value is (114,153,132). Sum of RGB (Red+Green+Blue) = 114+153+132=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #729984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729984 is #8D667B. Grayscale: #8A8A8A. Windows color (decimal): -9266812 or 8690034. OLE color: 8690034.

HSL color Cylindrical-coordinate representation of color #729984: hue angle of 147.69º 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 #729984 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB114153132-
CMYK0.2500.140.4
HSL147.69º16.05%52.35%-
HSV(B)147.69º25.49%60%-
XYZ22.528.0326.05-
YUV138.94124.08110.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.57%
GREEN value IS 153 (60.16% from 255) = 38.35%
BLUE value IS 132 (51.95% from 255) = 33.08%
R=28.57%
G=38.35%
B=33.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1141531320.2500.140.4147.6916.0552.35
Hex729984190E28941034
Octal16223120431016502242064
Binary1110010100110011000010011001011101010001001010010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729984; }

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

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

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

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

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

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

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

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