Html Css Color HEX #718D72 Laurel

📋 copy color: '#718D72'

red 113 ◦ green 141 ◦ blue 114

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

Shades of Laurel #718D72

Tints of Laurel #718D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.32%

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

R = 30.71%
G = 38.32%
B = 30.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#718D72 (or 0x718D72) is known color: Laurel. HEX triplet: 71, 8D and 72. RGB value is (113,141,114). Sum of RGB (Red+Green+Blue) = 113+141+114=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 141 - color contains mainly: green. Hex color #718D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718D72 is #8E728D. Grayscale: #818181. Windows color (decimal): -9335438 or 7507313. OLE color: 7507313.

HSL color Cylindrical-coordinate representation of color #718D72: hue angle of 122.14º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #718D72 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 141 114 -
CMYK 0.20 0 0.19 0.45
HSL 122.14º 0.11% 0.5% -
HSV(B) 122.14º 0.2% 0.55% -
XYZ 19.37 23.78 19.49 -
YUV 129.55 119.22 116.2 -
System Red Green Blue C M Y K H S L
Decimal 113 141 114 0.20 0 0.19 0.45 122.14 0.11 0.5
Hex 71 8D 72 14 0 13 2D 7A B 32
Octal 161 215 162 24 0 23 55 172 13 62
Binary 1110001 10001101 1110010 10100 0 10011 101101 1111010 1011 110010

Color Harmonies of #718D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718D72

Black with #718D72

Text Example


Text Example

White with #718D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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