Html Css Color HEX #719574 Laurel

📋 copy color: '#719574'

red 113 ◦ green 149 ◦ blue 116

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

Shades of Laurel #719574

Tints of Laurel #719574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.42%

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 29.89%
G = 39.42%
B = 30.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#719574 (or 0x719574) is known color: Laurel. HEX triplet: 71, 95 and 74. RGB value is (113,149,116). Sum of RGB (Red+Green+Blue) = 113+149+116=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #719574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719574 is #8E6A8B. Grayscale: #868686. Windows color (decimal): -9333388 or 7640433. OLE color: 7640433.

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

Color convert

RGB 113 149 116 -
CMYK 0.24 0 0.22 0.42
HSL 125º 0.15% 0.51% -
HSV(B) 125º 0.24% 0.58% -
XYZ 20.71 26.27 20.5 -
YUV 134.47 117.57 112.68 -
System Red Green Blue C M Y K H S L
Decimal 113 149 116 0.24 0 0.22 0.42 125 0.15 0.51
Hex 71 95 74 18 0 16 2A 7D F 33
Octal 161 225 164 30 0 26 52 175 17 63
Binary 1110001 10010101 1110100 11000 0 10110 101010 1111101 1111 110011

Color Harmonies of #719574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719574

Black with #719574

Text Example


Text Example

White with #719574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719574; }

 p { color: rgb(113,149,116); }

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

background-color css

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

 a { background-color: rgb(113,149,116); }

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

border-color css

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

 span { border-color: rgb(113,149,116); }

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