#729E7C

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

Shades of Oxley #729E7C

Tints of Oxley #729E7C

Color information

#729E7C (or 0x729E7C) is unknown color: approx Oxley. HEX triplet: 72, 9E and 7C. RGB value is (114,158,124). Sum of RGB (Red+Green+Blue) = 114+158+124=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 158 - color contains mainly: green. Hex color #729E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729E7C is #8D6183. Grayscale: #8D8D8D. Windows color (decimal): -9265540 or 8167026. OLE color: 8167026.

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

Color convert

RGB114158124-
CMYK0.2800.220.38
HSL133.64º18.49%53.33%-
HSV(B)133.64º27.85%61.96%-
XYZ22.829.4923.56-
YUV140.97118.42108.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.79%
GREEN value IS 158 (62.11% from 255) = 39.90%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=28.79%
G=39.90%
B=31.31%

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
Decimal1141581240.2800.220.38133.6418.4953.33
Hex729E7C1C01626861235
Octal16223617434026462062265
Binary1110010100111101111100111000101101001101000011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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