#729076

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

Shades of Laurel #729076

Tints of Laurel #729076

Color information

#729076 (or 0x729076) is unknown color: approx Laurel. HEX triplet: 72, 90 and 76. RGB value is (114,144,118). Sum of RGB (Red+Green+Blue) = 114+144+118=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #729076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729076 is #8D6F89. Grayscale: #848484. Windows color (decimal): -9269130 or 7770226. OLE color: 7770226.

HSL color Cylindrical-coordinate representation of color #729076: hue angle of 128º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #729076 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB114144118-
CMYK0.2100.180.44
HSL128º11.9%50.59%-
HSV(B)128º20.83%56.47%-
XYZ20.1824.8320.87-
YUV132.07120.06115.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 144 (56.64% from 255) = 38.30%
BLUE value IS 118 (46.48% from 255) = 31.38%
R=30.32%
G=38.30%
B=31.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141441180.2100.180.4412811.950.59
Hex729076150122C80c33
Octal16222016625022542001463
Binary111001010010000111011010101010010101100100000001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729076; }

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

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

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

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

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

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

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

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