Html Css Color HEX #718972 Laurel

📋 copy color: '#718972'

red 113 ◦ green 137 ◦ blue 114

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

Shades of Laurel #718972

Tints of Laurel #718972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.64%

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

R = 31.04%
G = 37.64%
B = 31.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#718972 (or 0x718972) is known color: Laurel. HEX triplet: 71, 89 and 72. RGB value is (113,137,114). Sum of RGB (Red+Green+Blue) = 113+137+114=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #718972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718972 is #8E768D. Grayscale: #7F7F7F. Windows color (decimal): -9336462 or 7506289. OLE color: 7506289.

HSL color Cylindrical-coordinate representation of color #718972: hue angle of 122.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #718972 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 137 114 -
CMYK 0.18 0 0.17 0.46
HSL 122.5º 0.1% 0.49% -
HSV(B) 122.5º 0.18% 0.54% -
XYZ 18.79 22.62 19.29 -
YUV 127.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 113 137 114 0.18 0 0.17 0.46 122.5 0.1 0.49
Hex 71 89 72 12 0 11 2E 7B A 31
Octal 161 211 162 22 0 21 56 173 12 61
Binary 1110001 10001001 1110010 10010 0 10001 101110 1111011 1010 110001

Color Harmonies of #718972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718972

Black with #718972

Text Example


Text Example

White with #718972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718972; }

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

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

background-color css

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

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

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

border-color css

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

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

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