Html Css Color HEX #718C72 Laurel

📋 copy color: '#718C72'

red 113 ◦ green 140 ◦ blue 114

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

Shades of Laurel #718C72

Tints of Laurel #718C72

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.15%

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

R = 30.79%
G = 38.15%
B = 31.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#718C72 (or 0x718C72) is known color: Laurel. HEX triplet: 71, 8C and 72. RGB value is (113,140,114). Sum of RGB (Red+Green+Blue) = 113+140+114=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 140 - color contains mainly: green. Hex color #718C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718C72 is #8E738D. Grayscale: #818181. Windows color (decimal): -9335694 or 7507057. OLE color: 7507057.

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

Color convert

RGB 113 140 114 -
CMYK 0.19 0 0.19 0.45
HSL 122.22º 0.11% 0.5% -
HSV(B) 122.22º 0.19% 0.55% -
XYZ 19.23 23.48 19.44 -
YUV 128.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 113 140 114 0.19 0 0.19 0.45 122.22 0.11 0.5
Hex 71 8C 72 13 0 13 2D 7A B 32
Octal 161 214 162 23 0 23 55 172 13 62
Binary 1110001 10001100 1110010 10011 0 10011 101101 1111010 1011 110010

Color Harmonies of #718C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718C72

Black with #718C72

Text Example


Text Example

White with #718C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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