Html Css Color HEX #729376 Laurel

📋 copy color: '#729376'

red 114 ◦ green 147 ◦ blue 118

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

Shades of Laurel #729376

Tints of Laurel #729376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.79%

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

R = 30.08%
G = 38.79%
B = 31.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#729376 (or 0x729376) is known color: Laurel. HEX triplet: 72, 93 and 76. RGB value is (114,147,118). Sum of RGB (Red+Green+Blue) = 114+147+118=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #729376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729376 is #8D6C89. Grayscale: #858585. Windows color (decimal): -9268362 or 7770994. OLE color: 7770994.

HSL color Cylindrical-coordinate representation of color #729376: hue angle of 127.27º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #729376 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 147 118 -
CMYK 0.22 0 0.20 0.42
HSL 127.27º 0.13% 0.51% -
HSV(B) 127.27º 0.22% 0.58% -
XYZ 20.64 25.75 21.02 -
YUV 133.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 114 147 118 0.22 0 0.20 0.42 127.27 0.13 0.51
Hex 72 93 76 16 0 14 2A 7F D 33
Octal 162 223 166 26 0 24 52 177 15 63
Binary 1110010 10010011 1110110 10110 0 10100 101010 1111111 1101 110011

Color Harmonies of #729376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729376

Black with #729376

Text Example


Text Example

White with #729376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729376; }

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

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

background-color css

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

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

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

border-color css

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

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

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