Html Css Color HEX #719376 Laurel

📋 copy color: '#719376'

red 113 ◦ green 147 ◦ blue 118

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

Shades of Laurel #719376

Tints of Laurel #719376

RGB

 RED value IS 113 (44.53% from 255) = 29.89%

 GREEN value IS 147 (57.81% from 255) = 38.89%

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

R = 29.89%
G = 38.89%
B = 31.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#719376 (or 0x719376) is known color: Laurel. HEX triplet: 71, 93 and 76. RGB value is (113,147,118). Sum of RGB (Red+Green+Blue) = 113+147+118=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #719376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719376 is #8E6C89. Grayscale: #858585. Windows color (decimal): -9333898 or 7770993. OLE color: 7770993.

HSL color Cylindrical-coordinate representation of color #719376: hue angle of 128.82º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #719376 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 147 118 -
CMYK 0.23 0 0.20 0.42
HSL 128.82º 0.14% 0.51% -
HSV(B) 128.82º 0.23% 0.58% -
XYZ 20.51 25.69 21.02 -
YUV 133.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 113 147 118 0.23 0 0.20 0.42 128.82 0.14 0.51
Hex 71 93 76 17 0 14 2A 81 E 33
Octal 161 223 166 27 0 24 52 201 16 63
Binary 1110001 10010011 1110110 10111 0 10100 101010 10000001 1110 110011

Color Harmonies of #719376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719376

Black with #719376

Text Example


Text Example

White with #719376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719376; }

 p { color: rgb(113,147,118); }

 H1.HeaderClassName
 {
   color: #719376;
 }
 .AnyTagClassName
 {
   color: #719376;
 }
</style>

background-color css

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

 a { background-color: rgb(113,147,118); }

 div.DivClassName
 {
   background-color: #719376;
 }
 .BgClassName
 {
   background-color: #719376;
 }
</style>

border-color css

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

 span { border-color: rgb(113,147,118); }

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