Html Css Color HEX #729176 Laurel

📋 copy color: '#729176'

red 114 ◦ green 145 ◦ blue 118

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

Shades of Laurel #729176

Tints of Laurel #729176

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 30.24%
G = 38.46%
B = 31.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#729176 (or 0x729176) is known color: Laurel. HEX triplet: 72, 91 and 76. RGB value is (114,145,118). Sum of RGB (Red+Green+Blue) = 114+145+118=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #729176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729176 is #8D6E89. Grayscale: #848484. Windows color (decimal): -9268874 or 7770482. OLE color: 7770482.

HSL color Cylindrical-coordinate representation of color #729176: hue angle of 127.74º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #729176 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 145 118 -
CMYK 0.21 0 0.19 0.43
HSL 127.74º 0.12% 0.51% -
HSV(B) 127.74º 0.21% 0.57% -
XYZ 20.33 25.14 20.92 -
YUV 132.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 114 145 118 0.21 0 0.19 0.43 127.74 0.12 0.51
Hex 72 91 76 15 0 13 2B 80 C 33
Octal 162 221 166 25 0 23 53 200 14 63
Binary 1110010 10010001 1110110 10101 0 10011 101011 10000000 1100 110011

Color Harmonies of #729176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729176

Black with #729176

Text Example


Text Example

White with #729176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729176; }

 p { color: rgb(114,145,118); }

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

background-color css

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

 a { background-color: rgb(114,145,118); }

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

border-color css

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

 span { border-color: rgb(114,145,118); }

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