Html Css Color HEX #70954D Asparagus

📋 copy color: '#70954D'

red 112 ◦ green 149 ◦ blue 77

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

Shades of Asparagus #70954D

Tints of Asparagus #70954D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.08%

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

R = 33.14%
G = 44.08%
B = 22.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#70954D (or 0x70954D) is known color: Asparagus. HEX triplet: 70, 95 and 4D. RGB value is (112,149,77). Sum of RGB (Red+Green+Blue) = 112+149+77=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #70954D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70954D is #8F6AB2. Grayscale: #818181. Windows color (decimal): -9398963 or 5084528. OLE color: 5084528.

HSL color Cylindrical-coordinate representation of color #70954D: hue angle of 90.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70954D is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 77 -
CMYK 0.25 0 0.48 0.42
HSL 90.83º 0.32% 0.44% -
HSV(B) 90.83º 0.48% 0.58% -
XYZ 18.77 25.48 10.95 -
YUV 129.73 98.24 115.35 -
System Red Green Blue C M Y K H S L
Decimal 112 149 77 0.25 0 0.48 0.42 90.83 0.32 0.44
Hex 70 95 4D 19 0 30 2A 5B 20 2C
Octal 160 225 115 31 0 60 52 133 40 54
Binary 1110000 10010101 1001101 11001 0 110000 101010 1011011 100000 101100

Color Harmonies of #70954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70954D

Black with #70954D

Text Example


Text Example

White with #70954D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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