#738D76

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

Shades of Laurel #738D76

Tints of Laurel #738D76

Color information

#738D76 (or 0x738D76) is unknown color: approx Laurel. HEX triplet: 73, 8D and 76. RGB value is (115,141,118). Sum of RGB (Red+Green+Blue) = 115+141+118=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 141 - color contains mainly: green. Hex color #738D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738D76 is #8C7289. Grayscale: #828282. Windows color (decimal): -9204362 or 7769459. OLE color: 7769459.

HSL color Cylindrical-coordinate representation of color #738D76: hue angle of 126.92º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #738D76 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB115141118-
CMYK0.1800.160.45
HSL126.92º10.24%50.2%-
HSV(B)126.92º18.44%55.29%-
XYZ19.872420.73-
YUV130.6120.89116.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 141 (55.47% from 255) = 37.70%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=30.75%
G=37.70%
B=31.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151411180.1800.160.45126.9210.2450.2
Hex738D76120102D7fa32
Octal16321516622020551771262
Binary11100111000110111101101001001000010110111111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738D76; }

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

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

<style>
 a { background-color: #738D76; }

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

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

<style>
 span { border-color: #738D76; }

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

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