#739E74

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

Shades of Laurel #739E74

Tints of Laurel #739E74

Color information

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

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

Color convert

RGB115158116-
CMYK0.2700.270.38
HSL121.4º18.14%53.53%-
HSV(B)121.4º27.22%61.96%-
XYZ22.4529.3621.01-
YUV140.35114.25109.92-

RGB Variations

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

RGB

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

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
Decimal1151581160.2700.270.38121.418.1453.53
Hex739E741B01B26791236
Octal16323616433033461712266
Binary111001110011110111010011011011011100110111100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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