Html Css Color HEX #70964C Asparagus

📋 copy color: '#70964C'

red 112 ◦ green 150 ◦ blue 76

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

Shades of Asparagus #70964C

Tints of Asparagus #70964C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.38%

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

R = 33.14%
G = 44.38%
B = 22.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#70964C (or 0x70964C) is known color: Asparagus. HEX triplet: 70, 96 and 4C. RGB value is (112,150,76). Sum of RGB (Red+Green+Blue) = 112+150+76=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #70964C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70964C is #8F69B3. Grayscale: #828282. Windows color (decimal): -9398708 or 5019248. OLE color: 5019248.

HSL color Cylindrical-coordinate representation of color #70964C: hue angle of 90.81º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70964C is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 150 76 -
CMYK 0.25 0 0.49 0.41
HSL 90.81º 0.33% 0.44% -
HSV(B) 90.81º 0.49% 0.59% -
XYZ 18.89 25.78 10.82 -
YUV 130.2 97.41 115.02 -
System Red Green Blue C M Y K H S L
Decimal 112 150 76 0.25 0 0.49 0.41 90.81 0.33 0.44
Hex 70 96 4C 19 0 31 29 5B 21 2C
Octal 160 226 114 31 0 61 51 133 41 54
Binary 1110000 10010110 1001100 11001 0 110001 101001 1011011 100001 101100

Color Harmonies of #70964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70964C

Black with #70964C

Text Example


Text Example

White with #70964C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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