#729373

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

Shades of Laurel #729373

Tints of Laurel #729373

Color information

#729373 (or 0x729373) is unknown color: approx Laurel. HEX triplet: 72, 93 and 73. RGB value is (114,147,115). Sum of RGB (Red+Green+Blue) = 114+147+115=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #729373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729373 is #8D6C8C. Grayscale: #858585. Windows color (decimal): -9268365 or 7574386. OLE color: 7574386.

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

Color convert

RGB114147115-
CMYK0.2200.220.42
HSL121.82º13.25%51.18%-
HSV(B)121.82º22.45%57.65%-
XYZ20.4725.6820.1-
YUV133.49117.57114.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=30.32%
G=39.10%
B=30.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141471150.2200.220.42121.8213.2551.18
Hex729373160162A7ad33
Octal16222316326026521721563
Binary11100101001001111100111011001011010101011110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729373; }

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

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

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

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

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

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

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

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