Html Css Color HEX #729650 Asparagus

📋 copy color: '#729650'

red 114 ◦ green 150 ◦ blue 80

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

Shades of Asparagus #729650

Tints of Asparagus #729650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.6%

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

R = 33.14%
G = 43.6%
B = 23.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#729650 (or 0x729650) is known color: Asparagus. HEX triplet: 72, 96 and 50. RGB value is (114,150,80). Sum of RGB (Red+Green+Blue) = 114+150+80=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #729650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729650 is #8D69AF. Grayscale: #838383. Windows color (decimal): -9267632 or 5281394. OLE color: 5281394.

HSL color Cylindrical-coordinate representation of color #729650: hue angle of 90.86º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #729650 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 150 80 -
CMYK 0.24 0 0.47 0.41
HSL 90.86º 0.3% 0.45% -
HSV(B) 90.86º 0.47% 0.59% -
XYZ 19.29 25.97 11.59 -
YUV 131.26 99.07 115.69 -
System Red Green Blue C M Y K H S L
Decimal 114 150 80 0.24 0 0.47 0.41 90.86 0.3 0.45
Hex 72 96 50 18 0 2F 29 5B 1E 2D
Octal 162 226 120 30 0 57 51 133 36 55
Binary 1110010 10010110 1010000 11000 0 101111 101001 1011011 11110 101101

Color Harmonies of #729650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729650

Black with #729650

Text Example


Text Example

White with #729650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729650; }

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

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

background-color css

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

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

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

border-color css

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

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

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