#728D76

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

Shades of Laurel #728D76

Tints of Laurel #728D76

Color information

#728D76 (or 0x728D76) is unknown color: approx Laurel. HEX triplet: 72, 8D and 76. RGB value is (114,141,118). Sum of RGB (Red+Green+Blue) = 114+141+118=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 141 - color contains mainly: green. Hex color #728D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D76 is #8D7289. Grayscale: #828282. Windows color (decimal): -9269898 or 7769458. OLE color: 7769458.

HSL color Cylindrical-coordinate representation of color #728D76: hue angle of 128.89º 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 #728D76 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB114141118-
CMYK0.1900.160.45
HSL128.89º10.59%50%-
HSV(B)128.89º19.15%55.29%-
XYZ19.7323.9420.72-
YUV130.3121.05116.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.56%
GREEN value IS 141 (55.47% from 255) = 37.80%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=30.56%
G=37.80%
B=31.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141411180.1900.160.45128.8910.5950
Hex728D76130102D81b32
Octal16221516623020552011362
Binary111001010001101111011010011010000101101100000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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