#70995E

Color #70995E Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #70995E

Tints of Asparagus #70995E

Color information

#70995E (or 0x70995E) is unknown color: approx Asparagus. HEX triplet: 70, 99 and 5E. RGB value is (112,153,94). Sum of RGB (Red+Green+Blue) = 112+153+94=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #70995E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70995E is #8F66A1. Grayscale: #868686. Windows color (decimal): -9397922 or 6199664. OLE color: 6199664.

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

Color convert

RGB11215394-
CMYK0.2700.390.4
HSL101.69º23.89%48.43%-
HSV(B)101.69º38.56%60%-
XYZ20.0927.0414.75-
YUV134.01105.42112.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.20%
GREEN value IS 153 (60.16% from 255) = 42.62%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=31.20%
G=42.62%
B=26.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112153940.2700.390.4101.6923.8948.43
Hex70995E1B02728661830
Octal16023113633047501463060
Binary1110000100110011011110110110100111101000110011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70995E;
 }
 .AnyTagClassName
 {
   color: #70995E;
 }
</style>
background-color css

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

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

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

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

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

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