Html Css Color HEX #70A360 Asparagus

📋 copy color: '#70A360'

red 112 ◦ green 163 ◦ blue 96

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

Shades of Asparagus #70A360

Tints of Asparagus #70A360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.94%

 BLUE value IS 96 (37.89% from 255) = 25.88%

R = 30.19%
G = 43.94%
B = 25.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#70A360 (or 0x70A360) is known color: Asparagus. HEX triplet: 70, A3 and 60. RGB value is (112,163,96). Sum of RGB (Red+Green+Blue) = 112+163+96=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #70A360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A360 is #8F5C9F. Grayscale: #8C8C8C. Windows color (decimal): -9395360 or 6333296. OLE color: 6333296.

HSL color Cylindrical-coordinate representation of color #70A360: hue angle of 105.67º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70A360 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 163 96 -
CMYK 0.31 0 0.41 0.36
HSL 105.67º 0.27% 0.51% -
HSV(B) 105.67º 0.41% 0.64% -
XYZ 21.89 30.48 15.8 -
YUV 140.11 103.1 107.95 -
System Red Green Blue C M Y K H S L
Decimal 112 163 96 0.31 0 0.41 0.36 105.67 0.27 0.51
Hex 70 A3 60 1F 0 29 24 6A 1B 33
Octal 160 243 140 37 0 51 44 152 33 63
Binary 1110000 10100011 1100000 11111 0 101001 100100 1101010 11011 110011

Color Harmonies of #70A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A360

Black with #70A360

Text Example


Text Example

White with #70A360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70A360; }

 p { color: rgb(112,163,96); }

 H1.HeaderClassName
 {
   color: #70A360;
 }
 .AnyTagClassName
 {
   color: #70A360;
 }
</style>

background-color css

<style>
 a { background-color: #70A360; }

 a { background-color: rgb(112,163,96); }

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

border-color css

<style>
 span { border-color: #70A360; }

 span { border-color: rgb(112,163,96); }

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