Html Css Color HEX #719D5D Asparagus

📋 copy color: '#719D5D'

red 113 ◦ green 157 ◦ blue 93

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

Shades of Asparagus #719D5D

Tints of Asparagus #719D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.25%

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 31.13%
G = 43.25%
B = 25.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#719D5D (or 0x719D5D) is known color: Asparagus. HEX triplet: 71, 9D and 5D. RGB value is (113,157,93). Sum of RGB (Red+Green+Blue) = 113+157+93=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 157 - color contains mainly: green. Hex color #719D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719D5D is #8E62A2. Grayscale: #888888. Windows color (decimal): -9331363 or 6135153. OLE color: 6135153.

HSL color Cylindrical-coordinate representation of color #719D5D: hue angle of 101.25º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #719D5D is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 157 93 -
CMYK 0.28 0 0.41 0.38
HSL 101.25º 0.26% 0.49% -
HSV(B) 101.25º 0.41% 0.62% -
XYZ 20.84 28.41 14.74 -
YUV 136.55 103.42 111.2 -
System Red Green Blue C M Y K H S L
Decimal 113 157 93 0.28 0 0.41 0.38 101.25 0.26 0.49
Hex 71 9D 5D 1C 0 29 26 65 1A 31
Octal 161 235 135 34 0 51 46 145 32 61
Binary 1110001 10011101 1011101 11100 0 101001 100110 1100101 11010 110001

Color Harmonies of #719D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719D5D

Black with #719D5D

Text Example


Text Example

White with #719D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719D5D; }

 p { color: rgb(113,157,93); }

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

background-color css

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

 a { background-color: rgb(113,157,93); }

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

border-color css

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

 span { border-color: rgb(113,157,93); }

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