#70A552

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

Shades of Asparagus #70A552

Tints of Asparagus #70A552

Color information

#70A552 (or 0x70A552) is unknown color: approx Asparagus. HEX triplet: 70, A5 and 52. RGB value is (112,165,82). Sum of RGB (Red+Green+Blue) = 112+165+82=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #70A552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A552 is #8F5AAD. Grayscale: #8B8B8B. Windows color (decimal): -9394862 or 5416304. OLE color: 5416304.

HSL color Cylindrical-coordinate representation of color #70A552: hue angle of 98.31º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70A552 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB11216582-
CMYK0.3200.500.35
HSL98.31º33.6%48.43%-
HSV(B)98.31º50.3%64.71%-
XYZ21.6630.9612.82-
YUV139.6995.44108.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.20%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=31.20%
G=45.96%
B=22.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112165820.3200.500.3598.3133.648.43
Hex70A5522003223622230
Octal16024512240062431424260
Binary111000010100101101001010000001100101000111100010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,165,82); }

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

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

 a { background-color: rgb(112,165,82); }

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

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

 span { border-color: rgb(112,165,82); }

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