Html Css Color HEX #70995C Asparagus

📋 copy color: '#70995C'

red 112 ◦ green 153 ◦ blue 92

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

Shades of Asparagus #70995C

Tints of Asparagus #70995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.86%

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

R = 31.37%
G = 42.86%
B = 25.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#70995C (or 0x70995C) is known color: Asparagus. HEX triplet: 70, 99 and 5C. RGB value is (112,153,92). Sum of RGB (Red+Green+Blue) = 112+153+92=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #70995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70995C is #8F66A3. Grayscale: #858585. Windows color (decimal): -9397924 or 6068592. OLE color: 6068592.

HSL color Cylindrical-coordinate representation of color #70995C: hue angle of 100.33º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70995C is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 153 92 -
CMYK 0.27 0 0.40 0.4
HSL 100.33º 0.25% 0.48% -
HSV(B) 100.33º 0.4% 0.6% -
XYZ 20.01 27 14.28 -
YUV 133.79 104.42 112.46 -
System Red Green Blue C M Y K H S L
Decimal 112 153 92 0.27 0 0.40 0.4 100.33 0.25 0.48
Hex 70 99 5C 1B 0 28 28 64 19 30
Octal 160 231 134 33 0 50 50 144 31 60
Binary 1110000 10011001 1011100 11011 0 101000 101000 1100100 11001 110000

Color Harmonies of #70995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70995C

Black with #70995C

Text Example


Text Example

White with #70995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70995C; }

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

 H1.HeaderClassName
 {
   color: #70995C;
 }
 .AnyTagClassName
 {
   color: #70995C;
 }
</style>

background-color css

<style>
 a { background-color: #70995C; }

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

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

border-color css

<style>
 span { border-color: #70995C; }

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

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