Html Css Color HEX #729573 Laurel

📋 copy color: '#729573'

red 114 ◦ green 149 ◦ blue 115

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

Shades of Laurel #729573

Tints of Laurel #729573

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.42%

 BLUE value IS 115 (45.31% from 255) = 30.42%

R = 30.16%
G = 39.42%
B = 30.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#729573 (or 0x729573) is known color: Laurel. HEX triplet: 72, 95 and 73. RGB value is (114,149,115). Sum of RGB (Red+Green+Blue) = 114+149+115=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #729573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729573 is #8D6A8C. Grayscale: #868686. Windows color (decimal): -9267853 or 7574898. OLE color: 7574898.

HSL color Cylindrical-coordinate representation of color #729573: hue angle of 121.71º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #729573 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 149 115 -
CMYK 0.23 0 0.23 0.42
HSL 121.71º 0.14% 0.52% -
HSV(B) 121.71º 0.23% 0.58% -
XYZ 20.78 26.31 20.2 -
YUV 134.66 116.9 113.26 -
System Red Green Blue C M Y K H S L
Decimal 114 149 115 0.23 0 0.23 0.42 121.71 0.14 0.52
Hex 72 95 73 17 0 17 2A 7A E 34
Octal 162 225 163 27 0 27 52 172 16 64
Binary 1110010 10010101 1110011 10111 0 10111 101010 1111010 1110 110100

Color Harmonies of #729573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729573

Black with #729573

Text Example


Text Example

White with #729573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729573; }

 p { color: rgb(114,149,115); }

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

background-color css

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

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

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

border-color css

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

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

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