Html Css Color HEX #719B5E Asparagus

📋 copy color: '#719B5E'

red 113 ◦ green 155 ◦ blue 94

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

Shades of Asparagus #719B5E

Tints of Asparagus #719B5E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.82%

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

R = 31.22%
G = 42.82%
B = 25.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#719B5E (or 0x719B5E) is known color: Asparagus. HEX triplet: 71, 9B and 5E. RGB value is (113,155,94). Sum of RGB (Red+Green+Blue) = 113+155+94=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 155 - color contains mainly: green. Hex color #719B5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B5E is #8E64A1. Grayscale: #878787. Windows color (decimal): -9331874 or 6200177. OLE color: 6200177.

HSL color Cylindrical-coordinate representation of color #719B5E: hue angle of 101.31º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #719B5E is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 155 94 -
CMYK 0.27 0 0.39 0.39
HSL 101.31º 0.24% 0.49% -
HSV(B) 101.31º 0.39% 0.61% -
XYZ 20.55 27.76 14.87 -
YUV 135.49 104.59 111.96 -
System Red Green Blue C M Y K H S L
Decimal 113 155 94 0.27 0 0.39 0.39 101.31 0.24 0.49
Hex 71 9B 5E 1B 0 27 27 65 18 31
Octal 161 233 136 33 0 47 47 145 30 61
Binary 1110001 10011011 1011110 11011 0 100111 100111 1100101 11000 110001

Color Harmonies of #719B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719B5E

Black with #719B5E

Text Example


Text Example

White with #719B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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