#728D73

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

Shades of Laurel #728D73

Tints of Laurel #728D73

Color information

#728D73 (or 0x728D73) is unknown color: approx Laurel. HEX triplet: 72, 8D and 73. RGB value is (114,141,115). Sum of RGB (Red+Green+Blue) = 114+141+115=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 141 - color contains mainly: green. Hex color #728D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D73 is #8D728C. Grayscale: #828282. Windows color (decimal): -9269901 or 7572850. OLE color: 7572850.

HSL color Cylindrical-coordinate representation of color #728D73: hue angle of 122.22º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #728D73 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB114141115-
CMYK0.1900.180.45
HSL122.22º10.59%50%-
HSV(B)122.22º19.15%55.29%-
XYZ19.5623.8619.8-
YUV129.96119.55116.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 115 (45.31% from 255) = 31.08%
R=30.81%
G=38.11%
B=31.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141411150.1900.180.45122.2210.5950
Hex728D73130122D7ab32
Octal16221516323022551721362
Binary11100101000110111100111001101001010110111110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728D73; }

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

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

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

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

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

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

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

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