Html Css Color HEX #70974C Asparagus

📋 copy color: '#70974C'

red 112 ◦ green 151 ◦ blue 76

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

Shades of Asparagus #70974C

Tints of Asparagus #70974C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.42%

R = 33.04%
G = 44.54%
B = 22.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#70974C (or 0x70974C) is known color: Asparagus. HEX triplet: 70, 97 and 4C. RGB value is (112,151,76). Sum of RGB (Red+Green+Blue) = 112+151+76=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #70974C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70974C is #8F68B3. Grayscale: #838383. Windows color (decimal): -9398452 or 5019504. OLE color: 5019504.

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

Color convert

RGB 112 151 76 -
CMYK 0.26 0 0.50 0.41
HSL 91.2º 0.33% 0.45% -
HSV(B) 91.2º 0.5% 0.59% -
XYZ 19.05 26.1 10.87 -
YUV 130.79 97.08 114.6 -
System Red Green Blue C M Y K H S L
Decimal 112 151 76 0.26 0 0.50 0.41 91.2 0.33 0.45
Hex 70 97 4C 1A 0 32 29 5B 21 2D
Octal 160 227 114 32 0 62 51 133 41 55
Binary 1110000 10010111 1001100 11010 0 110010 101001 1011011 100001 101101

Color Harmonies of #70974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70974C

Black with #70974C

Text Example


Text Example

White with #70974C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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