Html Css Color HEX #738D76 Laurel

📋 copy color: '#738D76'

red 115 ◦ green 141 ◦ blue 118

#738D76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #738D76

Tints of Laurel #738D76

RGB

 RED value IS 115 (45.31% from 255) = 30.75%

 GREEN value IS 141 (55.47% from 255) = 37.7%

 BLUE value IS 118 (46.48% from 255) = 31.55%

R = 30.75%
G = 37.7%
B = 31.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#738D76 (or 0x738D76) is known color: 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

RGB 115 141 118 -
CMYK 0.18 0 0.16 0.45
HSL 126.92º 0.1% 0.5% -
HSV(B) 126.92º 0.18% 0.55% -
XYZ 19.87 24 20.73 -
YUV 130.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 115 141 118 0.18 0 0.16 0.45 126.92 0.1 0.5
Hex 73 8D 76 12 0 10 2D 7F A 32
Octal 163 215 166 22 0 20 55 177 12 62
Binary 1110011 10001101 1110110 10010 0 10000 101101 1111111 1010 110010

Color Harmonies of #738D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738D76

Black with #738D76

Text Example


Text Example

White with #738D76

Text Example


Text Example

HTML Codes & Css Web 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>