#729D7A

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

Shades of Oxley #729D7A

Tints of Oxley #729D7A

Color information

#729D7A (or 0x729D7A) is unknown color: approx Oxley. HEX triplet: 72, 9D and 7A. RGB value is (114,157,122). Sum of RGB (Red+Green+Blue) = 114+157+122=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 157 - color contains mainly: green. Hex color #729D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729D7A is #8D6285. Grayscale: #8C8C8C. Windows color (decimal): -9265798 or 8035698. OLE color: 8035698.

HSL color Cylindrical-coordinate representation of color #729D7A: hue angle of 131.16º 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 #729D7A is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB114157122-
CMYK0.2700.220.38
HSL131.16º17.99%53.14%-
HSV(B)131.16º27.39%61.57%-
XYZ22.5129.122.84-
YUV140.15117.75109.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 157 (61.72% from 255) = 39.95%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=29.01%
G=39.95%
B=31.04%

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
Decimal1141571220.2700.220.38131.1617.9953.14
Hex729D7A1B01626831235
Octal16223517233026462032265
Binary1110010100111011111010110110101101001101000001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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