#719177

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

Shades of Laurel #719177

Tints of Laurel #719177

Color information

#719177 (or 0x719177) is unknown color: approx 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

RGB113145119-
CMYK0.2200.180.43
HSL131.25º12.7%50.59%-
HSV(B)131.25º22.07%56.86%-
XYZ20.2725.0921.23-
YUV132.47120.4114.11-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131451190.2200.180.43131.2512.750.59
Hex719177160122B83d33
Octal16122116726022532031563
Binary111000110010001111011110110010010101011100000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>