#749E74

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

Shades of Laurel #749E74

Tints of Laurel #749E74

Color information

#749E74 (or 0x749E74) is unknown color: approx Laurel. HEX triplet: 74, 9E and 74. RGB value is (116,158,116). Sum of RGB (Red+Green+Blue) = 116+158+116=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 158 - color contains mainly: green. Hex color #749E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749E74 is #8B618B. Grayscale: #8C8C8C. Windows color (decimal): -9134476 or 7642740. OLE color: 7642740.

HSL color Cylindrical-coordinate representation of color #749E74: hue angle of 120º 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 #749E74 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB116158116-
CMYK0.2700.270.38
HSL120º17.8%53.73%-
HSV(B)120º26.58%61.96%-
XYZ22.5829.4321.01-
YUV140.65114.09110.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=29.74%
G=40.51%
B=29.74%

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
Decimal1161581160.2700.270.3812017.853.73
Hex749E741B01B26781236
Octal16423616433033461702266
Binary111010010011110111010011011011011100110111100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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