#729376

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

Shades of Laurel #729376

Tints of Laurel #729376

Color information

#729376 (or 0x729376) is unknown color: approx Laurel. HEX triplet: 72, 93 and 76. RGB value is (114,147,118). Sum of RGB (Red+Green+Blue) = 114+147+118=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #729376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729376 is #8D6C89. Grayscale: #858585. Windows color (decimal): -9268362 or 7770994. OLE color: 7770994.

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

Color convert

RGB114147118-
CMYK0.2200.200.42
HSL127.27º13.25%51.18%-
HSV(B)127.27º22.45%57.65%-
XYZ20.6425.7521.02-
YUV133.83119.07113.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 147 (57.81% from 255) = 38.79%
BLUE value IS 118 (46.48% from 255) = 31.13%
R=30.08%
G=38.79%
B=31.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141471180.2200.200.42127.2713.2551.18
Hex729376160142A7fd33
Octal16222316626024521771563
Binary11100101001001111101101011001010010101011111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729376; }

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

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

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

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

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

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

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

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