#749E73

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

Shades of Laurel #749E73

Tints of Laurel #749E73

Color information

#749E73 (or 0x749E73) is unknown color: approx Laurel. HEX triplet: 74, 9E and 73. RGB value is (116,158,115). Sum of RGB (Red+Green+Blue) = 116+158+115=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 158 - color contains mainly: green. Hex color #749E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749E73 is #8B618C. Grayscale: #8C8C8C. Windows color (decimal): -9134477 or 7577204. OLE color: 7577204.

HSL color Cylindrical-coordinate representation of color #749E73: hue angle of 118.6º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #749E73 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB116158115-
CMYK0.2700.270.38
HSL118.6º18.14%53.53%-
HSV(B)118.6º27.22%61.96%-
XYZ22.5229.420.71-
YUV140.54113.59110.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 158 (62.11% from 255) = 40.62%
BLUE value IS 115 (45.31% from 255) = 29.56%
R=29.82%
G=40.62%
B=29.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161581150.2700.270.38118.618.1453.53
Hex749E731B01B26771236
Octal16423616333033461672266
Binary111010010011110111001111011011011100110111011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749E73; }

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

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

<style>
 a { background-color: #749E73; }

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

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

<style>
 span { border-color: #749E73; }

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

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