#739F7D

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

Shades of Oxley #739F7D

Tints of Oxley #739F7D

Color information

#739F7D (or 0x739F7D) is unknown color: approx Oxley. HEX triplet: 73, 9F and 7D. RGB value is (115,159,125). Sum of RGB (Red+Green+Blue) = 115+159+125=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 159 - color contains mainly: green. Hex color #739F7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739F7D is #8C6082. Grayscale: #8E8E8E. Windows color (decimal): -9199747 or 8232819. OLE color: 8232819.

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

Color convert

RGB115159125-
CMYK0.2800.210.38
HSL133.64º18.64%53.73%-
HSV(B)133.64º27.67%62.35%-
XYZ23.1729.9223.96-
YUV141.97118.42108.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 159 (62.5% from 255) = 39.85%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=28.82%
G=39.85%
B=31.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151591250.2800.210.38133.6418.6453.73
Hex739F7D1C01526861336
Octal16323717534025462062366
Binary1110011100111111111101111000101011001101000011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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