#739B85

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

Shades of Oxley #739B85

Tints of Oxley #739B85

Color information

#739B85 (or 0x739B85) is unknown color: approx Oxley. HEX triplet: 73, 9B and 85. RGB value is (115,155,133). Sum of RGB (Red+Green+Blue) = 115+155+133=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 155 - color contains mainly: green. Hex color #739B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739B85 is #8C647A. Grayscale: #8C8C8C. Windows color (decimal): -9200763 or 8756083. OLE color: 8756083.

HSL color Cylindrical-coordinate representation of color #739B85: hue angle of 147º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #739B85 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB115155133-
CMYK0.2600.140.39
HSL147º16.67%52.94%-
HSV(B)147º25.81%60.78%-
XYZ23.0328.7826.53-
YUV140.53123.75109.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.54%
GREEN value IS 155 (60.94% from 255) = 38.46%
BLUE value IS 133 (52.34% from 255) = 33.00%
R=28.54%
G=38.46%
B=33.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151551330.2600.140.3914716.6752.94
Hex739B851A0E27931135
Octal16323320532016472232165
Binary1110011100110111000010111010011101001111001001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,155,133); }

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

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

 a { background-color: rgb(115,155,133); }

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

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

 span { border-color: rgb(115,155,133); }

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