Html Css Color HEX #70974B Asparagus

📋 copy color: '#70974B'

red 112 ◦ green 151 ◦ blue 75

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

Shades of Asparagus #70974B

Tints of Asparagus #70974B

RGB

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

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

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

R = 33.14%
G = 44.67%
B = 22.19%

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

#70974B (or 0x70974B) is known color: Asparagus. HEX triplet: 70, 97 and 4B. RGB value is (112,151,75). Sum of RGB (Red+Green+Blue) = 112+151+75=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #70974B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70974B is #8F68B4. Grayscale: #828282. Windows color (decimal): -9398453 or 4953968. OLE color: 4953968.

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

Color convert

RGB 112 151 75 -
CMYK 0.26 0 0.50 0.41
HSL 90.79º 0.34% 0.44% -
HSV(B) 90.79º 0.5% 0.59% -
XYZ 19.02 26.09 10.69 -
YUV 130.68 96.58 114.68 -
System Red Green Blue C M Y K H S L
Decimal 112 151 75 0.26 0 0.50 0.41 90.79 0.34 0.44
Hex 70 97 4B 1A 0 32 29 5B 22 2C
Octal 160 227 113 32 0 62 51 133 42 54
Binary 1110000 10010111 1001011 11010 0 110010 101001 1011011 100010 101100

Color Harmonies of #70974B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70974B

Black with #70974B

Text Example


Text Example

White with #70974B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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