Html Css Color HEX #729550 Asparagus

📋 copy color: '#729550'

red 114 ◦ green 149 ◦ blue 80

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

Shades of Asparagus #729550

Tints of Asparagus #729550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.44%

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

R = 33.24%
G = 43.44%
B = 23.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#729550 (or 0x729550) is known color: Asparagus. HEX triplet: 72, 95 and 50. RGB value is (114,149,80). Sum of RGB (Red+Green+Blue) = 114+149+80=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #729550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729550 is #8D6AAF. Grayscale: #828282. Windows color (decimal): -9267888 or 5281138. OLE color: 5281138.

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

Color convert

RGB 114 149 80 -
CMYK 0.23 0 0.46 0.42
HSL 90.43º 0.3% 0.45% -
HSV(B) 90.43º 0.46% 0.58% -
XYZ 19.13 25.65 11.53 -
YUV 130.67 99.4 116.11 -
System Red Green Blue C M Y K H S L
Decimal 114 149 80 0.23 0 0.46 0.42 90.43 0.3 0.45
Hex 72 95 50 17 0 2E 2A 5A 1E 2D
Octal 162 225 120 27 0 56 52 132 36 55
Binary 1110010 10010101 1010000 10111 0 101110 101010 1011010 11110 101101

Color Harmonies of #729550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729550

Black with #729550

Text Example


Text Example

White with #729550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729550; }

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

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

background-color css

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

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

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

border-color css

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

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

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