Html Css Color HEX #729A73 Laurel

📋 copy color: '#729A73'

red 114 ◦ green 154 ◦ blue 115

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

Shades of Laurel #729A73

Tints of Laurel #729A73

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.21%

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

R = 29.77%
G = 40.21%
B = 30.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#729A73 (or 0x729A73) is known color: Laurel. HEX triplet: 72, 9A and 73. RGB value is (114,154,115). Sum of RGB (Red+Green+Blue) = 114+154+115=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 154 - color contains mainly: green. Hex color #729A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729A73 is #8D658C. Grayscale: #898989. Windows color (decimal): -9266573 or 7576178. OLE color: 7576178.

HSL color Cylindrical-coordinate representation of color #729A73: hue angle of 121.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #729A73 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 154 115 -
CMYK 0.26 0 0.25 0.40
HSL 121.5º 0.17% 0.53% -
HSV(B) 121.5º 0.26% 0.6% -
XYZ 21.59 27.93 20.47 -
YUV 137.59 115.25 111.17 -
System Red Green Blue C M Y K H S L
Decimal 114 154 115 0.26 0 0.25 0.40 121.5 0.17 0.53
Hex 72 9A 73 1A 0 19 28 7A 11 35
Octal 162 232 163 32 0 31 50 172 21 65
Binary 1110010 10011010 1110011 11010 0 11001 101000 1111010 10001 110101

Color Harmonies of #729A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729A73

Black with #729A73

Text Example


Text Example

White with #729A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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