Html Css Color HEX #719175 Laurel

📋 copy color: '#719175'

red 113 ◦ green 145 ◦ blue 117

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

Shades of Laurel #719175

Tints of Laurel #719175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 30.13%
G = 38.67%
B = 31.2%

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

#719175 (or 0x719175) is known color: Laurel. HEX triplet: 71, 91 and 75. RGB value is (113,145,117). Sum of RGB (Red+Green+Blue) = 113+145+117=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #719175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719175 is #8E6E8A. Grayscale: #848484. Windows color (decimal): -9334411 or 7704945. OLE color: 7704945.

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

Color convert

RGB 113 145 117 -
CMYK 0.22 0 0.19 0.43
HSL 127.5º 0.13% 0.51% -
HSV(B) 127.5º 0.22% 0.57% -
XYZ 20.15 25.05 20.6 -
YUV 132.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 113 145 117 0.22 0 0.19 0.43 127.5 0.13 0.51
Hex 71 91 75 16 0 13 2B 80 D 33
Octal 161 221 165 26 0 23 53 200 15 63
Binary 1110001 10010001 1110101 10110 0 10011 101011 10000000 1101 110011

Color Harmonies of #719175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719175

Black with #719175

Text Example


Text Example

White with #719175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719175; }

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

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

background-color css

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

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

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

border-color css

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

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

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