Html Css Color HEX #70974F Asparagus

📋 copy color: '#70974F'

red 112 ◦ green 151 ◦ blue 79

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

Shades of Asparagus #70974F

Tints of Asparagus #70974F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.15%

 BLUE value IS 79 (31.25% from 255) = 23.1%

R = 32.75%
G = 44.15%
B = 23.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#70974F (or 0x70974F) is known color: Asparagus. HEX triplet: 70, 97 and 4F. RGB value is (112,151,79). Sum of RGB (Red+Green+Blue) = 112+151+79=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 151 - color contains mainly: green. Hex color #70974F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70974F is #8F68B0. Grayscale: #838383. Windows color (decimal): -9398449 or 5216112. OLE color: 5216112.

HSL color Cylindrical-coordinate representation of color #70974F: hue angle of 92.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70974F is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 79 -
CMYK 0.26 0 0.48 0.41
HSL 92.5º 0.31% 0.45% -
HSV(B) 92.5º 0.48% 0.59% -
XYZ 19.16 26.14 11.43 -
YUV 131.13 98.58 114.35 -
System Red Green Blue C M Y K H S L
Decimal 112 151 79 0.26 0 0.48 0.41 92.5 0.31 0.45
Hex 70 97 4F 1A 0 30 29 5C 1F 2D
Octal 160 227 117 32 0 60 51 134 37 55
Binary 1110000 10010111 1001111 11010 0 110000 101001 1011100 11111 101101

Color Harmonies of #70974F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70974F

Black with #70974F

Text Example


Text Example

White with #70974F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70974F; }

 p { color: rgb(112,151,79); }

 H1.HeaderClassName
 {
   color: #70974F;
 }
 .AnyTagClassName
 {
   color: #70974F;
 }
</style>

background-color css

<style>
 a { background-color: #70974F; }

 a { background-color: rgb(112,151,79); }

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

border-color css

<style>
 span { border-color: #70974F; }

 span { border-color: rgb(112,151,79); }

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