#739F75

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

Shades of Oxley #739F75

Tints of Oxley #739F75

Color information

#739F75 (or 0x739F75) is unknown color: approx Oxley. HEX triplet: 73, 9F and 75. RGB value is (115,159,117). Sum of RGB (Red+Green+Blue) = 115+159+117=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 159 - color contains mainly: green. Hex color #739F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739F75 is #8C608A. Grayscale: #8D8D8D. Windows color (decimal): -9199755 or 7708531. OLE color: 7708531.

HSL color Cylindrical-coordinate representation of color #739F75: hue angle of 122.73º 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 #739F75 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB115159117-
CMYK0.2800.260.38
HSL122.73º18.64%53.73%-
HSV(B)122.73º27.67%62.35%-
XYZ22.6829.7321.37-
YUV141.06114.42109.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.41%
GREEN value IS 159 (62.5% from 255) = 40.66%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=29.41%
G=40.66%
B=29.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151591170.2800.260.38122.7318.6453.73
Hex739F751C01A267b1336
Octal16323716534032461732366
Binary111001110011111111010111100011010100110111101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,159,117); }

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

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

 a { background-color: rgb(115,159,117); }

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

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

 span { border-color: rgb(115,159,117); }

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