#70985B

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

Shades of Asparagus #70985B

Tints of Asparagus #70985B

Color information

#70985B (or 0x70985B) is unknown color: approx Asparagus. HEX triplet: 70, 98 and 5B. RGB value is (112,152,91). Sum of RGB (Red+Green+Blue) = 112+152+91=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #70985B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70985B is #8F67A4. Grayscale: #858585. Windows color (decimal): -9398181 or 6002800. OLE color: 6002800.

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

Color convert

RGB11215291-
CMYK0.2600.400.40
HSL99.34º25.1%47.65%-
HSV(B)99.34º40.13%59.61%-
XYZ19.826.6614-
YUV133.09104.25112.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.55%
GREEN value IS 152 (59.77% from 255) = 42.82%
BLUE value IS 91 (35.94% from 255) = 25.63%
R=31.55%
G=42.82%
B=25.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112152910.2600.400.4099.3425.147.65
Hex70985B1A02828631930
Octal16023013332050501433160
Binary1110000100110001011011110100101000101000110001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70985B; }

 p { color: rgb(112,152,91); }

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

<style>
 a { background-color: #70985B; }

 a { background-color: rgb(112,152,91); }

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

<style>
 span { border-color: #70985B; }

 span { border-color: rgb(112,152,91); }

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