Html Css Color HEX #70A453 Asparagus

📋 copy color: '#70A453'

red 112 ◦ green 164 ◦ blue 83

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

Shades of Asparagus #70A453

Tints of Asparagus #70A453

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.68%

 BLUE value IS 83 (32.81% from 255) = 23.12%

R = 31.2%
G = 45.68%
B = 23.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#70A453 (or 0x70A453) is known color: Asparagus. HEX triplet: 70, A4 and 53. RGB value is (112,164,83). Sum of RGB (Red+Green+Blue) = 112+164+83=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 164 - color contains mainly: green. Hex color #70A453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A453 is #8F5BAC. Grayscale: #8B8B8B. Windows color (decimal): -9395117 or 5481584. OLE color: 5481584.

HSL color Cylindrical-coordinate representation of color #70A453: hue angle of 98.52º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70A453 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 164 83 -
CMYK 0.32 0 0.49 0.36
HSL 98.52º 0.33% 0.48% -
HSV(B) 98.52º 0.49% 0.64% -
XYZ 21.52 30.62 12.96 -
YUV 139.22 96.27 108.59 -
System Red Green Blue C M Y K H S L
Decimal 112 164 83 0.32 0 0.49 0.36 98.52 0.33 0.48
Hex 70 A4 53 20 0 31 24 63 21 30
Octal 160 244 123 40 0 61 44 143 41 60
Binary 1110000 10100100 1010011 100000 0 110001 100100 1100011 100001 110000

Color Harmonies of #70A453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A453

Black with #70A453

Text Example


Text Example

White with #70A453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,164,83); }

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

background-color css

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

 a { background-color: rgb(112,164,83); }

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

border-color css

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

 span { border-color: rgb(112,164,83); }

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