Html Css Color HEX #719F70 Laurel

📋 copy color: '#719F70'

red 113 ◦ green 159 ◦ blue 112

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

Shades of Laurel #719F70

Tints of Laurel #719F70

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.41%

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 29.43%
G = 41.41%
B = 29.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#719F70 (or 0x719F70) is known color: Laurel. HEX triplet: 71, 9F and 70. RGB value is (113,159,112). Sum of RGB (Red+Green+Blue) = 113+159+112=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 159 - color contains mainly: green. Hex color #719F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719F70 is #8E608F. Grayscale: #8C8C8C. Windows color (decimal): -9330832 or 7380849. OLE color: 7380849.

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

Color convert

RGB 113 159 112 -
CMYK 0.29 0 0.30 0.38
HSL 118.72º 0.2% 0.53% -
HSV(B) 118.72º 0.3% 0.62% -
XYZ 22.13 29.48 19.85 -
YUV 139.89 112.26 108.82 -
System Red Green Blue C M Y K H S L
Decimal 113 159 112 0.29 0 0.30 0.38 118.72 0.2 0.53
Hex 71 9F 70 1D 0 1E 26 77 14 35
Octal 161 237 160 35 0 36 46 167 24 65
Binary 1110001 10011111 1110000 11101 0 11110 100110 1110111 10100 110101

Color Harmonies of #719F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719F70

Black with #719F70

Text Example


Text Example

White with #719F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,159,112); }

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

background-color css

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

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

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

border-color css

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

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

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