#729F7C

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

Shades of Oxley #729F7C

Tints of Oxley #729F7C

Color information

#729F7C (or 0x729F7C) is unknown color: approx Oxley. HEX triplet: 72, 9F and 7C. RGB value is (114,159,124). Sum of RGB (Red+Green+Blue) = 114+159+124=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #729F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729F7C is #8D6083. Grayscale: #8D8D8D. Windows color (decimal): -9265284 or 8167282. OLE color: 8167282.

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

Color convert

RGB114159124-
CMYK0.2800.220.38
HSL133.33º18.99%53.53%-
HSV(B)133.33º28.3%62.35%-
XYZ22.9829.8323.62-
YUV141.56118.09108.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.72%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=28.72%
G=40.05%
B=31.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141591240.2800.220.38133.3318.9953.53
Hex729F7C1C01626851336
Octal16223717434026462052366
Binary1110010100111111111100111000101101001101000010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,159,124); }

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

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

 a { background-color: rgb(114,159,124); }

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

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

 span { border-color: rgb(114,159,124); }

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