Html Css Color HEX #729477 Laurel

📋 copy color: '#729477'

red 114 ◦ green 148 ◦ blue 119

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

Shades of Laurel #729477

Tints of Laurel #729477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.23%

R = 29.92%
G = 38.85%
B = 31.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#729477 (or 0x729477) is known color: Laurel. HEX triplet: 72, 94 and 77. RGB value is (114,148,119). Sum of RGB (Red+Green+Blue) = 114+148+119=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #729477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729477 is #8D6B88. Grayscale: #868686. Windows color (decimal): -9268105 or 7836786. OLE color: 7836786.

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

Color convert

RGB 114 148 119 -
CMYK 0.23 0 0.20 0.42
HSL 128.82º 0.14% 0.51% -
HSV(B) 128.82º 0.23% 0.58% -
XYZ 20.86 26.09 21.39 -
YUV 134.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 114 148 119 0.23 0 0.20 0.42 128.82 0.14 0.51
Hex 72 94 77 17 0 14 2A 81 E 33
Octal 162 224 167 27 0 24 52 201 16 63
Binary 1110010 10010100 1110111 10111 0 10100 101010 10000001 1110 110011

Color Harmonies of #729477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729477

Black with #729477

Text Example


Text Example

White with #729477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729477; }

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

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

background-color css

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

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

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

border-color css

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

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

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