Html Css Color HEX #729F50 Asparagus

📋 copy color: '#729F50'

red 114 ◦ green 159 ◦ blue 80

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

Shades of Asparagus #729F50

Tints of Asparagus #729F50

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.04%

 BLUE value IS 80 (31.64% from 255) = 22.66%

R = 32.29%
G = 45.04%
B = 22.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#729F50 (or 0x729F50) is known color: Asparagus. HEX triplet: 72, 9F and 50. RGB value is (114,159,80). Sum of RGB (Red+Green+Blue) = 114+159+80=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 159 - color contains mainly: green. Hex color #729F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729F50 is #8D60AF. Grayscale: #888888. Windows color (decimal): -9265328 or 5283698. OLE color: 5283698.

HSL color Cylindrical-coordinate representation of color #729F50: hue angle of 94.18º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #729F50 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 159 80 -
CMYK 0.28 0 0.50 0.38
HSL 94.18º 0.33% 0.47% -
HSV(B) 94.18º 0.5% 0.62% -
XYZ 20.79 28.95 12.08 -
YUV 136.54 96.09 111.92 -
System Red Green Blue C M Y K H S L
Decimal 114 159 80 0.28 0 0.50 0.38 94.18 0.33 0.47
Hex 72 9F 50 1C 0 32 26 5E 21 2F
Octal 162 237 120 34 0 62 46 136 41 57
Binary 1110010 10011111 1010000 11100 0 110010 100110 1011110 100001 101111

Color Harmonies of #729F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729F50

Black with #729F50

Text Example


Text Example

White with #729F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,159,80); }

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

background-color css

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

 a { background-color: rgb(114,159,80); }

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

border-color css

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

 span { border-color: rgb(114,159,80); }

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