Html Css Color HEX #718672 Laurel

📋 copy color: '#718672'

red 113 ◦ green 134 ◦ blue 114

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

Shades of Laurel #718672

Tints of Laurel #718672

RGB

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

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

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

R = 31.3%
G = 37.12%
B = 31.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#718672 (or 0x718672) is known color: Laurel. HEX triplet: 71, 86 and 72. RGB value is (113,134,114). Sum of RGB (Red+Green+Blue) = 113+134+114=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 134 - color contains mainly: green. Hex color #718672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718672 is #8E798D. Grayscale: #7D7D7D. Windows color (decimal): -9337230 or 7505521. OLE color: 7505521.

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

Color convert

RGB 113 134 114 -
CMYK 0.16 0 0.15 0.47
HSL 122.86º 0.09% 0.48% -
HSV(B) 122.86º 0.16% 0.53% -
XYZ 18.37 21.78 19.15 -
YUV 125.44 121.54 119.13 -
System Red Green Blue C M Y K H S L
Decimal 113 134 114 0.16 0 0.15 0.47 122.86 0.09 0.48
Hex 71 86 72 10 0 F 2F 7B 9 30
Octal 161 206 162 20 0 17 57 173 11 60
Binary 1110001 10000110 1110010 10000 0 1111 101111 1111011 1001 110000

Color Harmonies of #718672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718672

Black with #718672

Text Example


Text Example

White with #718672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718672; }

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

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

background-color css

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

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

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

border-color css

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

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

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