Html Css Color HEX #718573 Laurel

📋 copy color: '#718573'

red 113 ◦ green 133 ◦ blue 115

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

Shades of Laurel #718573

Tints of Laurel #718573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.84%

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

R = 31.3%
G = 36.84%
B = 31.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#718573 (or 0x718573) is known color: Laurel. HEX triplet: 71, 85 and 73. RGB value is (113,133,115). Sum of RGB (Red+Green+Blue) = 113+133+115=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #718573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718573 is #8E7A8C. Grayscale: #7D7D7D. Windows color (decimal): -9337485 or 7570801. OLE color: 7570801.

HSL color Cylindrical-coordinate representation of color #718573: hue angle of 126º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #718573 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 115 -
CMYK 0.15 0 0.14 0.48
HSL 126º 0.08% 0.48% -
HSV(B) 126º 0.15% 0.52% -
XYZ 18.29 21.52 19.41 -
YUV 124.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 113 133 115 0.15 0 0.14 0.48 126 0.08 0.48
Hex 71 85 73 F 0 E 30 7E 8 30
Octal 161 205 163 17 0 16 60 176 10 60
Binary 1110001 10000101 1110011 1111 0 1110 110000 1111110 1000 110000

Color Harmonies of #718573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718573

Black with #718573

Text Example


Text Example

White with #718573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718573; }

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

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

background-color css

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

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

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

border-color css

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

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

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