Html Css Color HEX #719176 Laurel

📋 copy color: '#719176'

red 113 ◦ green 145 ◦ blue 118

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

Shades of Laurel #719176

Tints of Laurel #719176

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.56%

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

R = 30.05%
G = 38.56%
B = 31.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#719176 (or 0x719176) is known color: Laurel. HEX triplet: 71, 91 and 76. RGB value is (113,145,118). Sum of RGB (Red+Green+Blue) = 113+145+118=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #719176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719176 is #8E6E89. Grayscale: #848484. Windows color (decimal): -9334410 or 7770481. OLE color: 7770481.

HSL color Cylindrical-coordinate representation of color #719176: hue angle of 129.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #719176 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 145 118 -
CMYK 0.22 0 0.19 0.43
HSL 129.38º 0.13% 0.51% -
HSV(B) 129.38º 0.22% 0.57% -
XYZ 20.21 25.07 20.91 -
YUV 132.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 113 145 118 0.22 0 0.19 0.43 129.38 0.13 0.51
Hex 71 91 76 16 0 13 2B 81 D 33
Octal 161 221 166 26 0 23 53 201 15 63
Binary 1110001 10010001 1110110 10110 0 10011 101011 10000001 1101 110011

Color Harmonies of #719176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719176

Black with #719176

Text Example


Text Example

White with #719176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719176; }

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

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

background-color css

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

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

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

border-color css

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

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

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