Html Css Color HEX #70AB5C Asparagus

📋 copy color: '#70AB5C'

red 112 ◦ green 171 ◦ blue 92

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

Shades of Asparagus #70AB5C

Tints of Asparagus #70AB5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.53%

R = 29.87%
G = 45.6%
B = 24.53%

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

#70AB5C (or 0x70AB5C) is known color: Asparagus. HEX triplet: 70, AB and 5C. RGB value is (112,171,92). Sum of RGB (Red+Green+Blue) = 112+171+92=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB5C is #8F54A3. Grayscale: #909090. Windows color (decimal): -9393316 or 6073200. OLE color: 6073200.

HSL color Cylindrical-coordinate representation of color #70AB5C: hue angle of 104.81º 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 #70AB5C is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 171 92 -
CMYK 0.35 0 0.46 0.33
HSL 104.81º 0.32% 0.52% -
HSV(B) 104.81º 0.46% 0.67% -
XYZ 23.18 33.34 15.34 -
YUV 144.35 98.45 104.92 -
System Red Green Blue C M Y K H S L
Decimal 112 171 92 0.35 0 0.46 0.33 104.81 0.32 0.52
Hex 70 AB 5C 23 0 2E 21 69 20 34
Octal 160 253 134 43 0 56 41 151 40 64
Binary 1110000 10101011 1011100 100011 0 101110 100001 1101001 100000 110100

Color Harmonies of #70AB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AB5C

Black with #70AB5C

Text Example


Text Example

White with #70AB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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