Html Css Color HEX #719750 Asparagus

📋 copy color: '#719750'

red 113 ◦ green 151 ◦ blue 80

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

Shades of Asparagus #719750

Tints of Asparagus #719750

RGB

 RED value IS 113 (44.53% from 255) = 32.85%

 GREEN value IS 151 (59.38% from 255) = 43.9%

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

R = 32.85%
G = 43.9%
B = 23.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#719750 (or 0x719750) is known color: Asparagus. HEX triplet: 71, 97 and 50. RGB value is (113,151,80). Sum of RGB (Red+Green+Blue) = 113+151+80=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #719750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719750 is #8E68AF. Grayscale: #838383. Windows color (decimal): -9332912 or 5281649. OLE color: 5281649.

HSL color Cylindrical-coordinate representation of color #719750: hue angle of 92.11º degrees, saturation: 0.31, 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 #719750 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 151 80 -
CMYK 0.25 0 0.47 0.41
HSL 92.11º 0.31% 0.45% -
HSV(B) 92.11º 0.47% 0.59% -
XYZ 19.32 26.22 11.63 -
YUV 131.54 98.91 114.77 -
System Red Green Blue C M Y K H S L
Decimal 113 151 80 0.25 0 0.47 0.41 92.11 0.31 0.45
Hex 71 97 50 19 0 2F 29 5C 1F 2D
Octal 161 227 120 31 0 57 51 134 37 55
Binary 1110001 10010111 1010000 11001 0 101111 101001 1011100 11111 101101

Color Harmonies of #719750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719750

Black with #719750

Text Example


Text Example

White with #719750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719750; }

 p { color: rgb(113,151,80); }

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

background-color css

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

 a { background-color: rgb(113,151,80); }

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

border-color css

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

 span { border-color: rgb(113,151,80); }

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