Html Css Color HEX #719E72 Laurel

📋 copy color: '#719E72'

red 113 ◦ green 158 ◦ blue 114

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

Shades of Laurel #719E72

Tints of Laurel #719E72

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.04%

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 29.35%
G = 41.04%
B = 29.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#719E72 (or 0x719E72) is known color: Laurel. HEX triplet: 71, 9E and 72. RGB value is (113,158,114). Sum of RGB (Red+Green+Blue) = 113+158+114=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 158 - color contains mainly: green. Hex color #719E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719E72 is #8E618D. Grayscale: #8B8B8B. Windows color (decimal): -9331086 or 7511665. OLE color: 7511665.

HSL color Cylindrical-coordinate representation of color #719E72: hue angle of 121.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719E72 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 158 114 -
CMYK 0.28 0 0.28 0.38
HSL 121.33º 0.19% 0.53% -
HSV(B) 121.33º 0.28% 0.62% -
XYZ 22.07 29.18 20.39 -
YUV 139.53 113.59 109.08 -
System Red Green Blue C M Y K H S L
Decimal 113 158 114 0.28 0 0.28 0.38 121.33 0.19 0.53
Hex 71 9E 72 1C 0 1C 26 79 13 35
Octal 161 236 162 34 0 34 46 171 23 65
Binary 1110001 10011110 1110010 11100 0 11100 100110 1111001 10011 110101

Color Harmonies of #719E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719E72

Black with #719E72

Text Example


Text Example

White with #719E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719E72; }

 p { color: rgb(113,158,114); }

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

background-color css

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

 a { background-color: rgb(113,158,114); }

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

border-color css

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

 span { border-color: rgb(113,158,114); }

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