Html Css Color HEX #719D4B Asparagus

📋 copy color: '#719D4B'

red 113 ◦ green 157 ◦ blue 75

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

Shades of Asparagus #719D4B

Tints of Asparagus #719D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.74%

R = 32.75%
G = 45.51%
B = 21.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#719D4B (or 0x719D4B) is known color: Asparagus. HEX triplet: 71, 9D and 4B. RGB value is (113,157,75). Sum of RGB (Red+Green+Blue) = 113+157+75=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #719D4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719D4B is #8E62B4. Grayscale: #868686. Windows color (decimal): -9331381 or 4955505. OLE color: 4955505.

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

Color convert

RGB 113 157 75 -
CMYK 0.28 0 0.52 0.38
HSL 92.2º 0.35% 0.45% -
HSV(B) 92.2º 0.52% 0.62% -
XYZ 20.14 28.13 11.03 -
YUV 134.5 94.42 112.67 -
System Red Green Blue C M Y K H S L
Decimal 113 157 75 0.28 0 0.52 0.38 92.2 0.35 0.45
Hex 71 9D 4B 1C 0 34 26 5C 23 2D
Octal 161 235 113 34 0 64 46 134 43 55
Binary 1110001 10011101 1001011 11100 0 110100 100110 1011100 100011 101101

Color Harmonies of #719D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719D4B

Black with #719D4B

Text Example


Text Example

White with #719D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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