Html Css Color HEX #719D71 Laurel

📋 copy color: '#719D71'

red 113 ◦ green 157 ◦ blue 113

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

Shades of Laurel #719D71

Tints of Laurel #719D71

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.99%

 BLUE value IS 113 (44.53% from 255) = 29.5%

R = 29.5%
G = 40.99%
B = 29.5%

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

#719D71 (or 0x719D71) is known color: Laurel. HEX triplet: 71, 9D and 71. RGB value is (113,157,113). Sum of RGB (Red+Green+Blue) = 113+157+113=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 157 - color contains mainly: green. Hex color #719D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719D71 is #8E628E. Grayscale: #8A8A8A. Windows color (decimal): -9331343 or 7445873. OLE color: 7445873.

HSL color Cylindrical-coordinate representation of color #719D71: hue angle of 120º degrees, saturation: 0.18, 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 #719D71 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 157 113 -
CMYK 0.28 0 0.28 0.38
HSL 120º 0.18% 0.53% -
HSV(B) 120º 0.28% 0.62% -
XYZ 21.85 28.82 20.03 -
YUV 138.83 113.42 109.58 -
System Red Green Blue C M Y K H S L
Decimal 113 157 113 0.28 0 0.28 0.38 120 0.18 0.53
Hex 71 9D 71 1C 0 1C 26 78 12 35
Octal 161 235 161 34 0 34 46 170 22 65
Binary 1110001 10011101 1110001 11100 0 11100 100110 1111000 10010 110101

Color Harmonies of #719D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719D71

Black with #719D71

Text Example


Text Example

White with #719D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,157,113); }

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

background-color css

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

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

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

border-color css

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

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

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