Html Css Color HEX #729A71 Laurel

📋 copy color: '#729A71'

red 114 ◦ green 154 ◦ blue 113

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

Shades of Laurel #729A71

Tints of Laurel #729A71

RGB

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

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

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

R = 29.92%
G = 40.42%
B = 29.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#729A71 (or 0x729A71) is known color: Laurel. HEX triplet: 72, 9A and 71. RGB value is (114,154,113). Sum of RGB (Red+Green+Blue) = 114+154+113=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 154 - color contains mainly: green. Hex color #729A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729A71 is #8D658E. Grayscale: #898989. Windows color (decimal): -9266575 or 7445106. OLE color: 7445106.

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

Color convert

RGB 114 154 113 -
CMYK 0.26 0 0.27 0.40
HSL 118.54º 0.17% 0.52% -
HSV(B) 118.54º 0.27% 0.6% -
XYZ 21.48 27.88 19.87 -
YUV 137.37 114.25 111.33 -
System Red Green Blue C M Y K H S L
Decimal 114 154 113 0.26 0 0.27 0.40 118.54 0.17 0.52
Hex 72 9A 71 1A 0 1B 28 77 11 34
Octal 162 232 161 32 0 33 50 167 21 64
Binary 1110010 10011010 1110001 11010 0 11011 101000 1110111 10001 110100

Color Harmonies of #729A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729A71

Black with #729A71

Text Example


Text Example

White with #729A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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