#739A76

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

Shades of Laurel #739A76

Tints of Laurel #739A76

Color information

#739A76 (or 0x739A76) is unknown color: approx Laurel. HEX triplet: 73, 9A and 76. RGB value is (115,154,118). Sum of RGB (Red+Green+Blue) = 115+154+118=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 154 - color contains mainly: green. Hex color #739A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739A76 is #8C6589. Grayscale: #8A8A8A. Windows color (decimal): -9201034 or 7772787. OLE color: 7772787.

HSL color Cylindrical-coordinate representation of color #739A76: hue angle of 124.62º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739A76 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB115154118-
CMYK0.2500.230.40
HSL124.62º16.18%52.75%-
HSV(B)124.62º25.32%60.39%-
XYZ21.928.0621.4-
YUV138.23116.58111.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 154 (60.55% from 255) = 39.79%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=29.72%
G=39.79%
B=30.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151541180.2500.230.40124.6216.1852.75
Hex739A7619017287d1035
Octal16323216631027501752065
Binary111001110011010111011011001010111101000111110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,154,118); }

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

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

 a { background-color: rgb(115,154,118); }

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

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

 span { border-color: rgb(115,154,118); }

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