#739D7A

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

Shades of Oxley #739D7A

Tints of Oxley #739D7A

Color information

#739D7A (or 0x739D7A) is unknown color: approx Oxley. HEX triplet: 73, 9D and 7A. RGB value is (115,157,122). Sum of RGB (Red+Green+Blue) = 115+157+122=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 157 - color contains mainly: green. Hex color #739D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739D7A is #8C6285. Grayscale: #8C8C8C. Windows color (decimal): -9200262 or 8035699. OLE color: 8035699.

HSL color Cylindrical-coordinate representation of color #739D7A: hue angle of 130º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #739D7A is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB115157122-
CMYK0.2700.220.38
HSL130º17.65%53.33%-
HSV(B)130º26.75%61.57%-
XYZ22.6429.1622.85-
YUV140.45117.59109.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 157 (61.72% from 255) = 39.85%
BLUE value IS 122 (48.05% from 255) = 30.96%
R=29.19%
G=39.85%
B=30.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151571220.2700.220.3813017.6553.33
Hex739D7A1B01626821235
Octal16323517233026462022265
Binary1110011100111011111010110110101101001101000001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,157,122); }

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

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

 a { background-color: rgb(115,157,122); }

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

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

 span { border-color: rgb(115,157,122); }

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