#729C74

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

Shades of Laurel #729C74

Tints of Laurel #729C74

Color information

#729C74 (or 0x729C74) is unknown color: approx Laurel. HEX triplet: 72, 9C and 74. RGB value is (114,156,116). Sum of RGB (Red+Green+Blue) = 114+156+116=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 156 - color contains mainly: green. Hex color #729C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729C74 is #8D638B. Grayscale: #8A8A8A. Windows color (decimal): -9266060 or 7642226. OLE color: 7642226.

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

Color convert

RGB114156116-
CMYK0.2700.260.39
HSL122.86º17.5%52.94%-
HSV(B)122.86º26.92%61.18%-
XYZ21.9828.6220.89-
YUV138.88115.09110.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 156 (61.33% from 255) = 40.41%
BLUE value IS 116 (45.70% from 255) = 30.05%
R=29.53%
G=40.41%
B=30.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1141561160.2700.260.39122.8617.552.94
Hex729C741B01A277b1235
Octal16223416433032471732265
Binary111001010011100111010011011011010100111111101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,156,116); }

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

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

 a { background-color: rgb(114,156,116); }

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

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

 span { border-color: rgb(114,156,116); }

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