Html Css Color HEX #729276 Laurel

📋 copy color: '#729276'

red 114 ◦ green 146 ◦ blue 118

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

Shades of Laurel #729276

Tints of Laurel #729276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.62%

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

R = 30.16%
G = 38.62%
B = 31.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#729276 (or 0x729276) is known color: Laurel. HEX triplet: 72, 92 and 76. RGB value is (114,146,118). Sum of RGB (Red+Green+Blue) = 114+146+118=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #729276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729276 is #8D6D89. Grayscale: #858585. Windows color (decimal): -9268618 or 7770738. OLE color: 7770738.

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

Color convert

RGB 114 146 118 -
CMYK 0.22 0 0.19 0.43
HSL 127.5º 0.13% 0.51% -
HSV(B) 127.5º 0.22% 0.57% -
XYZ 20.49 25.44 20.97 -
YUV 133.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 114 146 118 0.22 0 0.19 0.43 127.5 0.13 0.51
Hex 72 92 76 16 0 13 2B 80 D 33
Octal 162 222 166 26 0 23 53 200 15 63
Binary 1110010 10010010 1110110 10110 0 10011 101011 10000000 1101 110011

Color Harmonies of #729276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729276

Black with #729276

Text Example


Text Example

White with #729276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729276; }

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

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

background-color css

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

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

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

border-color css

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

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

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