Html Css Color HEX #718372 Laurel

📋 copy color: '#718372'

red 113 ◦ green 131 ◦ blue 114

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

Shades of Laurel #718372

Tints of Laurel #718372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.59%

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

R = 31.56%
G = 36.59%
B = 31.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#718372 (or 0x718372) is known color: Laurel. HEX triplet: 71, 83 and 72. RGB value is (113,131,114). Sum of RGB (Red+Green+Blue) = 113+131+114=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 131 - color contains mainly: green. Hex color #718372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718372 is #8E7C8D. Grayscale: #7B7B7B. Windows color (decimal): -9337998 or 7504753. OLE color: 7504753.

HSL color Cylindrical-coordinate representation of color #718372: hue angle of 123.33º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #718372 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 131 114 -
CMYK 0.14 0 0.13 0.49
HSL 123.33º 0.07% 0.48% -
HSV(B) 123.33º 0.14% 0.51% -
XYZ 17.96 20.96 19.02 -
YUV 123.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 113 131 114 0.14 0 0.13 0.49 123.33 0.07 0.48
Hex 71 83 72 E 0 D 31 7B 7 30
Octal 161 203 162 16 0 15 61 173 7 60
Binary 1110001 10000011 1110010 1110 0 1101 110001 1111011 111 110000

Color Harmonies of #718372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718372

Black with #718372

Text Example


Text Example

White with #718372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718372; }

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

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

background-color css

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

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

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

border-color css

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

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

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