#729379

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

Shades of Oxley #729379

Tints of Oxley #729379

Color information

#729379 (or 0x729379) is unknown color: approx Oxley. HEX triplet: 72, 93 and 79. RGB value is (114,147,121). Sum of RGB (Red+Green+Blue) = 114+147+121=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #729379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729379 is #8D6C86. Grayscale: #868686. Windows color (decimal): -9268359 or 7967602. OLE color: 7967602.

HSL color Cylindrical-coordinate representation of color #729379: hue angle of 132.73º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #729379 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB114147121-
CMYK0.2200.180.42
HSL132.73º13.25%51.18%-
HSV(B)132.73º22.45%57.65%-
XYZ20.8225.8321.98-
YUV134.17120.57113.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.84%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=29.84%
G=38.48%
B=31.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141471210.2200.180.42132.7313.2551.18
Hex729379160122A85d33
Octal16222317126022522051563
Binary111001010010011111100110110010010101010100001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729379; }

 p { color: rgb(114,147,121); }

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

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

 a { background-color: rgb(114,147,121); }

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

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

 span { border-color: rgb(114,147,121); }

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