Html Css Color HEX #729177 Laurel

📋 copy color: '#729177'

red 114 ◦ green 145 ◦ blue 119

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

Shades of Laurel #729177

Tints of Laurel #729177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 30.16%
G = 38.36%
B = 31.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#729177 (or 0x729177) is known color: Laurel. HEX triplet: 72, 91 and 77. RGB value is (114,145,119). Sum of RGB (Red+Green+Blue) = 114+145+119=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #729177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729177 is #8D6E88. Grayscale: #848484. Windows color (decimal): -9268873 or 7836018. OLE color: 7836018.

HSL color Cylindrical-coordinate representation of color #729177: hue angle of 129.68º 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 #729177 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 145 119 -
CMYK 0.21 0 0.18 0.43
HSL 129.68º 0.12% 0.51% -
HSV(B) 129.68º 0.21% 0.57% -
XYZ 20.39 25.16 21.23 -
YUV 132.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 114 145 119 0.21 0 0.18 0.43 129.68 0.12 0.51
Hex 72 91 77 15 0 12 2B 82 C 33
Octal 162 221 167 25 0 22 53 202 14 63
Binary 1110010 10010001 1110111 10101 0 10010 101011 10000010 1100 110011

Color Harmonies of #729177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729177

Black with #729177

Text Example


Text Example

White with #729177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729177; }

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

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

background-color css

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

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

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

border-color css

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

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

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