#729F78

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

Shades of Oxley #729F78

Tints of Oxley #729F78

Color information

#729F78 (or 0x729F78) is unknown color: approx Oxley. HEX triplet: 72, 9F and 78. RGB value is (114,159,120). Sum of RGB (Red+Green+Blue) = 114+159+120=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 159 - color contains mainly: green. Hex color #729F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729F78 is #8D6087. Grayscale: #8D8D8D. Windows color (decimal): -9265288 or 7905138. OLE color: 7905138.

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

Color convert

RGB114159120-
CMYK0.2800.250.38
HSL128º18.99%53.53%-
HSV(B)128º28.3%62.35%-
XYZ22.7329.7322.31-
YUV141.1116.09108.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 159 (62.5% from 255) = 40.46%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=29.01%
G=40.46%
B=30.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141591200.2800.250.3812818.9953.53
Hex729F781C01926801336
Octal16223717034031462002366
Binary1110010100111111111000111000110011001101000000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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