Html Css Color HEX #70944C Asparagus

📋 copy color: '#70944C'

red 112 ◦ green 148 ◦ blue 76

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

Shades of Asparagus #70944C

Tints of Asparagus #70944C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.05%

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

R = 33.33%
G = 44.05%
B = 22.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#70944C (or 0x70944C) is known color: Asparagus. HEX triplet: 70, 94 and 4C. RGB value is (112,148,76). Sum of RGB (Red+Green+Blue) = 112+148+76=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #70944C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70944C is #8F6BB3. Grayscale: #818181. Windows color (decimal): -9399220 or 5018736. OLE color: 5018736.

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

Color convert

RGB 112 148 76 -
CMYK 0.24 0 0.49 0.42
HSL 90º 0.32% 0.44% -
HSV(B) 90º 0.49% 0.58% -
XYZ 18.58 25.15 10.71 -
YUV 129.03 98.07 115.85 -
System Red Green Blue C M Y K H S L
Decimal 112 148 76 0.24 0 0.49 0.42 90 0.32 0.44
Hex 70 94 4C 18 0 31 2A 5A 20 2C
Octal 160 224 114 30 0 61 52 132 40 54
Binary 1110000 10010100 1001100 11000 0 110001 101010 1011010 100000 101100

Color Harmonies of #70944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70944C

Black with #70944C

Text Example


Text Example

White with #70944C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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