Html Css Color HEX #729950 Asparagus

📋 copy color: '#729950'

red 114 ◦ green 153 ◦ blue 80

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

Shades of Asparagus #729950

Tints of Asparagus #729950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.09%

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

R = 32.85%
G = 44.09%
B = 23.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#729950 (or 0x729950) is known color: Asparagus. HEX triplet: 72, 99 and 50. RGB value is (114,153,80). Sum of RGB (Red+Green+Blue) = 114+153+80=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #729950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729950 is #8D66AF. Grayscale: #858585. Windows color (decimal): -9266864 or 5282162. OLE color: 5282162.

HSL color Cylindrical-coordinate representation of color #729950: hue angle of 92.05º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #729950 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 153 80 -
CMYK 0.25 0 0.48 0.4
HSL 92.05º 0.31% 0.46% -
HSV(B) 92.05º 0.48% 0.6% -
XYZ 19.78 26.94 11.75 -
YUV 133.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 114 153 80 0.25 0 0.48 0.4 92.05 0.31 0.46
Hex 72 99 50 19 0 30 28 5C 1F 2E
Octal 162 231 120 31 0 60 50 134 37 56
Binary 1110010 10011001 1010000 11001 0 110000 101000 1011100 11111 101110

Color Harmonies of #729950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729950

Black with #729950

Text Example


Text Example

White with #729950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729950; }

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

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

background-color css

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

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

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

border-color css

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

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

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