Html Css Color HEX #719177 Laurel

📋 copy color: '#719177'

red 113 ◦ green 145 ◦ blue 119

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

Shades of Laurel #719177

Tints of Laurel #719177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.56%

R = 29.97%
G = 38.46%
B = 31.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#719177 (or 0x719177) is known color: Laurel. HEX triplet: 71, 91 and 77. RGB value is (113,145,119). Sum of RGB (Red+Green+Blue) = 113+145+119=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #719177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719177 is #8E6E88. Grayscale: #848484. Windows color (decimal): -9334409 or 7836017. OLE color: 7836017.

HSL color Cylindrical-coordinate representation of color #719177: hue angle of 131.25º 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 #719177 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 145 119 -
CMYK 0.22 0 0.18 0.43
HSL 131.25º 0.13% 0.51% -
HSV(B) 131.25º 0.22% 0.57% -
XYZ 20.27 25.09 21.23 -
YUV 132.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 113 145 119 0.22 0 0.18 0.43 131.25 0.13 0.51
Hex 71 91 77 16 0 12 2B 83 D 33
Octal 161 221 167 26 0 22 53 203 15 63
Binary 1110001 10010001 1110111 10110 0 10010 101011 10000011 1101 110011

Color Harmonies of #719177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719177

Black with #719177

Text Example


Text Example

White with #719177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719177; }

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

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

background-color css

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

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

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

border-color css

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

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

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