#749C74

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

Shades of Laurel #749C74

Tints of Laurel #749C74

Color information

#749C74 (or 0x749C74) is unknown color: approx Laurel. HEX triplet: 74, 9C and 74. RGB value is (116,156,116). Sum of RGB (Red+Green+Blue) = 116+156+116=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 156 - color contains mainly: green. Hex color #749C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749C74 is #8B638B. Grayscale: #8B8B8B. Windows color (decimal): -9134988 or 7642228. OLE color: 7642228.

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

Color convert

RGB116156116-
CMYK0.2600.260.39
HSL120º16.81%53.33%-
HSV(B)120º25.64%61.18%-
XYZ22.2428.7520.9-
YUV139.48114.75111.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 156 (61.33% from 255) = 40.21%
BLUE value IS 116 (45.70% from 255) = 29.90%
R=29.90%
G=40.21%
B=29.90%

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
Decimal1161561160.2600.260.3912016.8153.33
Hex749C741A01A27781135
Octal16423416432032471702165
Binary111010010011100111010011010011010100111111100010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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