Html Css Color HEX #718973 Laurel

📋 copy color: '#718973'

red 113 ◦ green 137 ◦ blue 115

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

Shades of Laurel #718973

Tints of Laurel #718973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.51%

R = 30.96%
G = 37.53%
B = 31.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#718973 (or 0x718973) is known color: Laurel. HEX triplet: 71, 89 and 73. RGB value is (113,137,115). Sum of RGB (Red+Green+Blue) = 113+137+115=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #718973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718973 is #8E768C. Grayscale: #7F7F7F. Windows color (decimal): -9336461 or 7571825. OLE color: 7571825.

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

Color convert

RGB 113 137 115 -
CMYK 0.18 0 0.16 0.46
HSL 125º 0.1% 0.49% -
HSV(B) 125º 0.18% 0.54% -
XYZ 18.85 22.64 19.6 -
YUV 127.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 113 137 115 0.18 0 0.16 0.46 125 0.1 0.49
Hex 71 89 73 12 0 10 2E 7D A 31
Octal 161 211 163 22 0 20 56 175 12 61
Binary 1110001 10001001 1110011 10010 0 10000 101110 1111101 1010 110001

Color Harmonies of #718973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718973

Black with #718973

Text Example


Text Example

White with #718973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718973; }

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

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

background-color css

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

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

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

border-color css

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

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

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