#729B73

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

Shades of Laurel #729B73

Tints of Laurel #729B73

Color information

#729B73 (or 0x729B73) is unknown color: approx Laurel. HEX triplet: 72, 9B and 73. RGB value is (114,155,115). Sum of RGB (Red+Green+Blue) = 114+155+115=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #729B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729B73 is #8D648C. Grayscale: #8A8A8A. Windows color (decimal): -9266317 or 7576434. OLE color: 7576434.

HSL color Cylindrical-coordinate representation of color #729B73: hue angle of 121.46º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #729B73 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB114155115-
CMYK0.2600.260.39
HSL121.46º17.01%52.75%-
HSV(B)121.46º26.45%60.78%-
XYZ21.7628.2620.53-
YUV138.18114.92110.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.69%
GREEN value IS 155 (60.94% from 255) = 40.36%
BLUE value IS 115 (45.31% from 255) = 29.95%
R=29.69%
G=40.36%
B=29.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1141551150.2600.260.39121.4617.0152.75
Hex729B731A01A27791135
Octal16223316332032471712165
Binary111001010011011111001111010011010100111111100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729B73; }

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

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

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

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

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

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

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

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