Html Css Color HEX #718674 Laurel

📋 copy color: '#718674'

red 113 ◦ green 134 ◦ blue 116

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

Shades of Laurel #718674

Tints of Laurel #718674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.91%

 BLUE value IS 116 (45.7% from 255) = 31.96%

R = 31.13%
G = 36.91%
B = 31.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#718674 (or 0x718674) is known color: Laurel. HEX triplet: 71, 86 and 74. RGB value is (113,134,116). Sum of RGB (Red+Green+Blue) = 113+134+116=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 134 - color contains mainly: green. Hex color #718674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718674 is #8E798B. Grayscale: #7D7D7D. Windows color (decimal): -9337228 or 7636593. OLE color: 7636593.

HSL color Cylindrical-coordinate representation of color #718674: hue angle of 128.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #718674 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 134 116 -
CMYK 0.16 0 0.13 0.47
HSL 128.57º 0.09% 0.48% -
HSV(B) 128.57º 0.16% 0.53% -
XYZ 18.49 21.82 19.76 -
YUV 125.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 113 134 116 0.16 0 0.13 0.47 128.57 0.09 0.48
Hex 71 86 74 10 0 D 2F 81 9 30
Octal 161 206 164 20 0 15 57 201 11 60
Binary 1110001 10000110 1110100 10000 0 1101 101111 10000001 1001 110000

Color Harmonies of #718674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718674

Black with #718674

Text Example


Text Example

White with #718674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718674; }

 p { color: rgb(113,134,116); }

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

background-color css

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

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

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

border-color css

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

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

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