Html Css Color HEX #70994B Asparagus

📋 copy color: '#70994B'

red 112 ◦ green 153 ◦ blue 75

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

Shades of Asparagus #70994B

Tints of Asparagus #70994B

RGB

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

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

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

R = 32.94%
G = 45%
B = 22.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#70994B (or 0x70994B) is known color: Asparagus. HEX triplet: 70, 99 and 4B. RGB value is (112,153,75). Sum of RGB (Red+Green+Blue) = 112+153+75=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #70994B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70994B is #8F66B4. Grayscale: #848484. Windows color (decimal): -9397941 or 4954480. OLE color: 4954480.

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

Color convert

RGB 112 153 75 -
CMYK 0.27 0 0.51 0.4
HSL 91.54º 0.34% 0.45% -
HSV(B) 91.54º 0.51% 0.6% -
XYZ 19.34 26.74 10.8 -
YUV 131.85 95.92 113.84 -
System Red Green Blue C M Y K H S L
Decimal 112 153 75 0.27 0 0.51 0.4 91.54 0.34 0.45
Hex 70 99 4B 1B 0 33 28 5C 22 2D
Octal 160 231 113 33 0 63 50 134 42 55
Binary 1110000 10011001 1001011 11011 0 110011 101000 1011100 100010 101101

Color Harmonies of #70994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70994B

Black with #70994B

Text Example


Text Example

White with #70994B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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