Html Css Color HEX #70994D Asparagus

📋 copy color: '#70994D'

red 112 ◦ green 153 ◦ blue 77

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

Shades of Asparagus #70994D

Tints of Asparagus #70994D

RGB

 RED value IS 112 (44.14% from 255) = 32.75%

 GREEN value IS 153 (60.16% from 255) = 44.74%

 BLUE value IS 77 (30.47% from 255) = 22.51%

R = 32.75%
G = 44.74%
B = 22.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#70994D (or 0x70994D) is known color: Asparagus. HEX triplet: 70, 99 and 4D. RGB value is (112,153,77). Sum of RGB (Red+Green+Blue) = 112+153+77=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #70994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70994D is #8F66B2. Grayscale: #848484. Windows color (decimal): -9397939 or 5085552. OLE color: 5085552.

HSL color Cylindrical-coordinate representation of color #70994D: hue angle of 92.37º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70994D is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 153 77 -
CMYK 0.27 0 0.50 0.4
HSL 92.37º 0.33% 0.45% -
HSV(B) 92.37º 0.5% 0.6% -
XYZ 19.41 26.76 11.16 -
YUV 132.08 96.92 113.68 -
System Red Green Blue C M Y K H S L
Decimal 112 153 77 0.27 0 0.50 0.4 92.37 0.33 0.45
Hex 70 99 4D 1B 0 32 28 5C 21 2D
Octal 160 231 115 33 0 62 50 134 41 55
Binary 1110000 10011001 1001101 11011 0 110010 101000 1011100 100001 101101

Color Harmonies of #70994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70994D

Black with #70994D

Text Example


Text Example

White with #70994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70994D; }

 p { color: rgb(112,153,77); }

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

background-color css

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

 a { background-color: rgb(112,153,77); }

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

border-color css

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

 span { border-color: rgb(112,153,77); }

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