Html Css Color HEX #718772 Laurel

📋 copy color: '#718772'

red 113 ◦ green 135 ◦ blue 114

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

Shades of Laurel #718772

Tints of Laurel #718772

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.29%

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

R = 31.22%
G = 37.29%
B = 31.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#718772 (or 0x718772) is known color: Laurel. HEX triplet: 71, 87 and 72. RGB value is (113,135,114). Sum of RGB (Red+Green+Blue) = 113+135+114=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #718772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718772 is #8E788D. Grayscale: #7E7E7E. Windows color (decimal): -9336974 or 7505777. OLE color: 7505777.

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

Color convert

RGB 113 135 114 -
CMYK 0.16 0 0.16 0.47
HSL 122.73º 0.09% 0.49% -
HSV(B) 122.73º 0.16% 0.53% -
XYZ 18.51 22.05 19.2 -
YUV 126.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 113 135 114 0.16 0 0.16 0.47 122.73 0.09 0.49
Hex 71 87 72 10 0 10 2F 7B 9 31
Octal 161 207 162 20 0 20 57 173 11 61
Binary 1110001 10000111 1110010 10000 0 10000 101111 1111011 1001 110001

Color Harmonies of #718772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718772

Black with #718772

Text Example


Text Example

White with #718772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718772; }

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

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

background-color css

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

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

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

border-color css

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

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

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