Html Css Color HEX #729372 Laurel

📋 copy color: '#729372'

red 114 ◦ green 147 ◦ blue 114

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

Shades of Laurel #729372

Tints of Laurel #729372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 30.4%
G = 39.2%
B = 30.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#729372 (or 0x729372) is known color: Laurel. HEX triplet: 72, 93 and 72. RGB value is (114,147,114). Sum of RGB (Red+Green+Blue) = 114+147+114=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #729372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729372 is #8D6C8D. Grayscale: #858585. Windows color (decimal): -9268366 or 7508850. OLE color: 7508850.

HSL color Cylindrical-coordinate representation of color #729372: hue angle of 120º 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 #729372 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 147 114 -
CMYK 0.22 0 0.22 0.42
HSL 120º 0.13% 0.51% -
HSV(B) 120º 0.22% 0.58% -
XYZ 20.41 25.66 19.8 -
YUV 133.37 117.07 114.18 -
System Red Green Blue C M Y K H S L
Decimal 114 147 114 0.22 0 0.22 0.42 120 0.13 0.51
Hex 72 93 72 16 0 16 2A 78 D 33
Octal 162 223 162 26 0 26 52 170 15 63
Binary 1110010 10010011 1110010 10110 0 10110 101010 1111000 1101 110011

Color Harmonies of #729372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729372

Black with #729372

Text Example


Text Example

White with #729372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729372; }

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

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

background-color css

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

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

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

border-color css

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

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

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