Html Css Color HEX #70985A Asparagus

📋 copy color: '#70985A'

red 112 ◦ green 152 ◦ blue 90

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

Shades of Asparagus #70985A

Tints of Asparagus #70985A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.94%

 BLUE value IS 90 (35.55% from 255) = 25.42%

R = 31.64%
G = 42.94%
B = 25.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#70985A (or 0x70985A) is known color: Asparagus. HEX triplet: 70, 98 and 5A. RGB value is (112,152,90). Sum of RGB (Red+Green+Blue) = 112+152+90=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #70985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70985A is #8F67A5. Grayscale: #858585. Windows color (decimal): -9398182 or 5937264. OLE color: 5937264.

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

Color convert

RGB 112 152 90 -
CMYK 0.26 0 0.41 0.40
HSL 98.71º 0.26% 0.47% -
HSV(B) 98.71º 0.41% 0.6% -
XYZ 19.76 26.64 13.77 -
YUV 132.97 103.75 113.04 -
System Red Green Blue C M Y K H S L
Decimal 112 152 90 0.26 0 0.41 0.40 98.71 0.26 0.47
Hex 70 98 5A 1A 0 29 28 63 1A 2F
Octal 160 230 132 32 0 51 50 143 32 57
Binary 1110000 10011000 1011010 11010 0 101001 101000 1100011 11010 101111

Color Harmonies of #70985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70985A

Black with #70985A

Text Example


Text Example

White with #70985A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70985A;
 }
 .AnyTagClassName
 {
   color: #70985A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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