Html Css Color HEX #70AB5D Asparagus

📋 copy color: '#70AB5D'

red 112 ◦ green 171 ◦ blue 93

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

Shades of Asparagus #70AB5D

Tints of Asparagus #70AB5D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.48%

 BLUE value IS 93 (36.72% from 255) = 24.73%

R = 29.79%
G = 45.48%
B = 24.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#70AB5D (or 0x70AB5D) is known color: Asparagus. HEX triplet: 70, AB and 5D. RGB value is (112,171,93). Sum of RGB (Red+Green+Blue) = 112+171+93=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB5D is #8F54A2. Grayscale: #909090. Windows color (decimal): -9393315 or 6138736. OLE color: 6138736.

HSL color Cylindrical-coordinate representation of color #70AB5D: hue angle of 105.38º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70AB5D is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 171 93 -
CMYK 0.35 0 0.46 0.33
HSL 105.38º 0.32% 0.52% -
HSV(B) 105.38º 0.46% 0.67% -
XYZ 23.22 33.36 15.57 -
YUV 144.47 98.95 104.84 -
System Red Green Blue C M Y K H S L
Decimal 112 171 93 0.35 0 0.46 0.33 105.38 0.32 0.52
Hex 70 AB 5D 23 0 2E 21 69 20 34
Octal 160 253 135 43 0 56 41 151 40 64
Binary 1110000 10101011 1011101 100011 0 101110 100001 1101001 100000 110100

Color Harmonies of #70AB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AB5D

Black with #70AB5D

Text Example


Text Example

White with #70AB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,171,93); }

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

background-color css

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

 a { background-color: rgb(112,171,93); }

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

border-color css

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

 span { border-color: rgb(112,171,93); }

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