Html Css Color HEX #729E71 Laurel

📋 copy color: '#729E71'

red 114 ◦ green 158 ◦ blue 113

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

Shades of Laurel #729E71

Tints of Laurel #729E71

RGB

 RED value IS 114 (44.92% from 255) = 29.61%

 GREEN value IS 158 (62.11% from 255) = 41.04%

 BLUE value IS 113 (44.53% from 255) = 29.35%

R = 29.61%
G = 41.04%
B = 29.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#729E71 (or 0x729E71) is known color: Laurel. HEX triplet: 72, 9E and 71. RGB value is (114,158,113). Sum of RGB (Red+Green+Blue) = 114+158+113=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 158 - color contains mainly: green. Hex color #729E71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729E71 is #8D618E. Grayscale: #8B8B8B. Windows color (decimal): -9265551 or 7446130. OLE color: 7446130.

HSL color Cylindrical-coordinate representation of color #729E71: hue angle of 118.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #729E71 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 158 113 -
CMYK 0.28 0 0.28 0.38
HSL 118.67º 0.19% 0.53% -
HSV(B) 118.67º 0.28% 0.62% -
XYZ 22.15 29.22 20.1 -
YUV 139.71 112.92 109.66 -
System Red Green Blue C M Y K H S L
Decimal 114 158 113 0.28 0 0.28 0.38 118.67 0.19 0.53
Hex 72 9E 71 1C 0 1C 26 77 13 35
Octal 162 236 161 34 0 34 46 167 23 65
Binary 1110010 10011110 1110001 11100 0 11100 100110 1110111 10011 110101

Color Harmonies of #729E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729E71

Black with #729E71

Text Example


Text Example

White with #729E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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