Html Css Color HEX #70995A Asparagus

📋 copy color: '#70995A'

red 112 ◦ green 153 ◦ blue 90

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

Shades of Asparagus #70995A

Tints of Asparagus #70995A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.1%

 BLUE value IS 90 (35.55% from 255) = 25.35%

R = 31.55%
G = 43.1%
B = 25.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#70995A (or 0x70995A) is known color: Asparagus. HEX triplet: 70, 99 and 5A. RGB value is (112,153,90). Sum of RGB (Red+Green+Blue) = 112+153+90=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #70995A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70995A is #8F66A5. Grayscale: #858585. Windows color (decimal): -9397926 or 5937520. OLE color: 5937520.

HSL color Cylindrical-coordinate representation of color #70995A: hue angle of 99.05º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70995A is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 153 90 -
CMYK 0.27 0 0.41 0.4
HSL 99.05º 0.26% 0.48% -
HSV(B) 99.05º 0.41% 0.6% -
XYZ 19.92 26.97 13.83 -
YUV 133.56 103.42 112.62 -
System Red Green Blue C M Y K H S L
Decimal 112 153 90 0.27 0 0.41 0.4 99.05 0.26 0.48
Hex 70 99 5A 1B 0 29 28 63 1A 30
Octal 160 231 132 33 0 51 50 143 32 60
Binary 1110000 10011001 1011010 11011 0 101001 101000 1100011 11010 110000

Color Harmonies of #70995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70995A

Black with #70995A

Text Example


Text Example

White with #70995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70995A; }

 p { color: rgb(112,153,90); }

 H1.HeaderClassName
 {
   color: #70995A;
 }
 .AnyTagClassName
 {
   color: #70995A;
 }
</style>

background-color css

<style>
 a { background-color: #70995A; }

 a { background-color: rgb(112,153,90); }

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

border-color css

<style>
 span { border-color: #70995A; }

 span { border-color: rgb(112,153,90); }

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