#739C74

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

Shades of Laurel #739C74

Tints of Laurel #739C74

Color information

#739C74 (or 0x739C74) is unknown color: approx Laurel. HEX triplet: 73, 9C and 74. RGB value is (115,156,116). Sum of RGB (Red+Green+Blue) = 115+156+116=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 156 - color contains mainly: green. Hex color #739C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739C74 is #8C638B. Grayscale: #8B8B8B. Windows color (decimal): -9200524 or 7642227. OLE color: 7642227.

HSL color Cylindrical-coordinate representation of color #739C74: 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 #739C74 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB115156116-
CMYK0.2600.260.39
HSL121.46º17.15%53.14%-
HSV(B)121.46º26.28%61.18%-
XYZ22.1128.6820.89-
YUV139.18114.92110.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 156 (61.33% from 255) = 40.31%
BLUE value IS 116 (45.70% from 255) = 29.97%
R=29.72%
G=40.31%
B=29.97%

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
Decimal1151561160.2600.260.39121.4617.1553.14
Hex739C741A01A27791135
Octal16323416432032471712165
Binary111001110011100111010011010011010100111111100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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