Html Css Color HEX #70994A Asparagus

📋 copy color: '#70994A'

red 112 ◦ green 153 ◦ blue 74

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

Shades of Asparagus #70994A

Tints of Asparagus #70994A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.83%

R = 33.04%
G = 45.13%
B = 21.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#70994A (or 0x70994A) is known color: Asparagus. HEX triplet: 70, 99 and 4A. RGB value is (112,153,74). Sum of RGB (Red+Green+Blue) = 112+153+74=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #70994A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70994A is #8F66B5. Grayscale: #848484. Windows color (decimal): -9397942 or 4888944. OLE color: 4888944.

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

Color convert

RGB 112 153 74 -
CMYK 0.27 0 0.52 0.4
HSL 91.14º 0.35% 0.45% -
HSV(B) 91.14º 0.52% 0.6% -
XYZ 19.31 26.72 10.62 -
YUV 131.74 95.42 113.92 -
System Red Green Blue C M Y K H S L
Decimal 112 153 74 0.27 0 0.52 0.4 91.14 0.35 0.45
Hex 70 99 4A 1B 0 34 28 5B 23 2D
Octal 160 231 112 33 0 64 50 133 43 55
Binary 1110000 10011001 1001010 11011 0 110100 101000 1011011 100011 101101

Color Harmonies of #70994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70994A

Black with #70994A

Text Example


Text Example

White with #70994A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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