Html Css Color HEX #718971 Laurel

📋 copy color: '#718971'

red 113 ◦ green 137 ◦ blue 113

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

Shades of Laurel #718971

Tints of Laurel #718971

RGB

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

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

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

R = 31.13%
G = 37.74%
B = 31.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#718971 (or 0x718971) is known color: Laurel. HEX triplet: 71, 89 and 71. RGB value is (113,137,113). Sum of RGB (Red+Green+Blue) = 113+137+113=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 137 - color contains mainly: green. Hex color #718971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718971 is #8E768E. Grayscale: #7F7F7F. Windows color (decimal): -9336463 or 7440753. OLE color: 7440753.

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

Color convert

RGB 113 137 113 -
CMYK 0.18 0 0.18 0.46
HSL 120º 0.1% 0.49% -
HSV(B) 120º 0.18% 0.54% -
XYZ 18.74 22.59 19 -
YUV 127.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 113 137 113 0.18 0 0.18 0.46 120 0.1 0.49
Hex 71 89 71 12 0 12 2E 78 A 31
Octal 161 211 161 22 0 22 56 170 12 61
Binary 1110001 10001001 1110001 10010 0 10010 101110 1111000 1010 110001

Color Harmonies of #718971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718971

Black with #718971

Text Example


Text Example

White with #718971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718971; }

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

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

background-color css

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

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

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

border-color css

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

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

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