#729771

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

Shades of Laurel #729771

Tints of Laurel #729771

Color information

#729771 (or 0x729771) is unknown color: approx Laurel. HEX triplet: 72, 97 and 71. RGB value is (114,151,113). Sum of RGB (Red+Green+Blue) = 114+151+113=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 151 - color contains mainly: green. Hex color #729771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729771 is #8D688E. Grayscale: #878787. Windows color (decimal): -9267343 or 7444338. OLE color: 7444338.

HSL color Cylindrical-coordinate representation of color #729771: hue angle of 118.42º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729771 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB114151113-
CMYK0.2500.250.41
HSL118.42º15.45%51.76%-
HSV(B)118.42º25.17%59.22%-
XYZ20.9926.919.71-
YUV135.6115.24112.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.16%
GREEN value IS 151 (59.38% from 255) = 39.95%
BLUE value IS 113 (44.53% from 255) = 29.89%
R=30.16%
G=39.95%
B=29.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141511130.2500.250.41118.4215.4551.76
Hex729771190192976f34
Octal16222716131031511661764
Binary11100101001011111100011100101100110100111101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729771; }

 p { color: rgb(114,151,113); }

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

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

 a { background-color: rgb(114,151,113); }

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

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

 span { border-color: rgb(114,151,113); }

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