Html Css Color HEX #719E5E Asparagus

📋 copy color: '#719E5E'

red 113 ◦ green 158 ◦ blue 94

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

Shades of Asparagus #719E5E

Tints of Asparagus #719E5E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.29%

 BLUE value IS 94 (37.11% from 255) = 25.75%

R = 30.96%
G = 43.29%
B = 25.75%

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

#719E5E (or 0x719E5E) is known color: Asparagus. HEX triplet: 71, 9E and 5E. RGB value is (113,158,94). Sum of RGB (Red+Green+Blue) = 113+158+94=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #719E5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719E5E is #8E61A1. Grayscale: #898989. Windows color (decimal): -9331106 or 6200945. OLE color: 6200945.

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

Color convert

RGB 113 158 94 -
CMYK 0.28 0 0.41 0.38
HSL 102.19º 0.25% 0.49% -
HSV(B) 102.19º 0.41% 0.62% -
XYZ 21.06 28.77 15.03 -
YUV 137.25 103.59 110.7 -
System Red Green Blue C M Y K H S L
Decimal 113 158 94 0.28 0 0.41 0.38 102.19 0.25 0.49
Hex 71 9E 5E 1C 0 29 26 66 19 31
Octal 161 236 136 34 0 51 46 146 31 61
Binary 1110001 10011110 1011110 11100 0 101001 100110 1100110 11001 110001

Color Harmonies of #719E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719E5E

Black with #719E5E

Text Example


Text Example

White with #719E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,158,94); }

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

background-color css

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

 a { background-color: rgb(113,158,94); }

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

border-color css

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

 span { border-color: rgb(113,158,94); }

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