Html Css Color HEX #729471 Laurel

📋 copy color: '#729471'

red 114 ◦ green 148 ◦ blue 113

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

Shades of Laurel #729471

Tints of Laurel #729471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.47%

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 30.4%
G = 39.47%
B = 30.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#729471 (or 0x729471) is known color: Laurel. HEX triplet: 72, 94 and 71. RGB value is (114,148,113). Sum of RGB (Red+Green+Blue) = 114+148+113=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #729471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729471 is #8D6B8E. Grayscale: #858585. Windows color (decimal): -9268111 or 7443570. OLE color: 7443570.

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

Color convert

RGB 114 148 113 -
CMYK 0.23 0 0.24 0.42
HSL 118.29º 0.14% 0.51% -
HSV(B) 118.29º 0.24% 0.58% -
XYZ 20.51 25.95 19.55 -
YUV 133.84 116.24 113.85 -
System Red Green Blue C M Y K H S L
Decimal 114 148 113 0.23 0 0.24 0.42 118.29 0.14 0.51
Hex 72 94 71 17 0 18 2A 76 E 33
Octal 162 224 161 27 0 30 52 166 16 63
Binary 1110010 10010100 1110001 10111 0 11000 101010 1110110 1110 110011

Color Harmonies of #729471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729471

Black with #729471

Text Example


Text Example

White with #729471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729471; }

 p { color: rgb(114,148,113); }

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

background-color css

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

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

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

border-color css

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

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

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