#729077

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

Shades of Laurel #729077

Tints of Laurel #729077

Color information

#729077 (or 0x729077) is unknown color: approx Laurel. HEX triplet: 72, 90 and 77. RGB value is (114,144,119). Sum of RGB (Red+Green+Blue) = 114+144+119=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #729077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729077 is #8D6F88. Grayscale: #848484. Windows color (decimal): -9269129 or 7835762. OLE color: 7835762.

HSL color Cylindrical-coordinate representation of color #729077: hue angle of 130º 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 #729077 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB114144119-
CMYK0.2100.170.44
HSL130º11.9%50.59%-
HSV(B)130º20.83%56.47%-
XYZ20.2424.8621.18-
YUV132.18120.56115.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.24%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 119 (46.88% from 255) = 31.56%
R=30.24%
G=38.20%
B=31.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141441190.2100.170.4413011.950.59
Hex729077150112C82c33
Octal16222016725021542021463
Binary111001010010000111011110101010001101100100000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729077; }

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

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

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

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

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

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

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

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