#739A82

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

Shades of Oxley #739A82

Tints of Oxley #739A82

Color information

#739A82 (or 0x739A82) is unknown color: approx Oxley. HEX triplet: 73, 9A and 82. RGB value is (115,154,130). Sum of RGB (Red+Green+Blue) = 115+154+130=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 154 - color contains mainly: green. Hex color #739A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739A82 is #8C657D. Grayscale: #8B8B8B. Windows color (decimal): -9201022 or 8559219. OLE color: 8559219.

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

Color convert

RGB115154130-
CMYK0.2500.160.40
HSL143.08º16.18%52.75%-
HSV(B)143.08º25.32%60.39%-
XYZ22.6628.3725.4-
YUV139.6122.58110.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 154 (60.55% from 255) = 38.60%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=28.82%
G=38.60%
B=32.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151541300.2500.160.40143.0816.1852.75
Hex739A8219010288f1035
Octal16323220231020502172065
Binary11100111001101010000010110010100001010001000111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739A82; }

 p { color: rgb(115,154,130); }

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

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

 a { background-color: rgb(115,154,130); }

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

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

 span { border-color: rgb(115,154,130); }

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