Html Css Color HEX #729F71 Laurel

📋 copy color: '#729F71'

red 114 ◦ green 159 ◦ blue 113

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

Shades of Laurel #729F71

Tints of Laurel #729F71

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.19%

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

R = 29.53%
G = 41.19%
B = 29.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#729F71 (or 0x729F71) is known color: Laurel. HEX triplet: 72, 9F and 71. RGB value is (114,159,113). Sum of RGB (Red+Green+Blue) = 114+159+113=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 159 - color contains mainly: green. Hex color #729F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729F71 is #8D608E. Grayscale: #8C8C8C. Windows color (decimal): -9265295 or 7446386. OLE color: 7446386.

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

Color convert

RGB 114 159 113 -
CMYK 0.28 0 0.29 0.38
HSL 118.7º 0.19% 0.53% -
HSV(B) 118.7º 0.29% 0.62% -
XYZ 22.32 29.57 20.15 -
YUV 140.3 112.59 109.24 -
System Red Green Blue C M Y K H S L
Decimal 114 159 113 0.28 0 0.29 0.38 118.7 0.19 0.53
Hex 72 9F 71 1C 0 1D 26 77 13 35
Octal 162 237 161 34 0 35 46 167 23 65
Binary 1110010 10011111 1110001 11100 0 11101 100110 1110111 10011 110101

Color Harmonies of #729F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729F71

Black with #729F71

Text Example


Text Example

White with #729F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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