Html Css Color HEX #70985C Asparagus

📋 copy color: '#70985C'

red 112 ◦ green 152 ◦ blue 92

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

Shades of Asparagus #70985C

Tints of Asparagus #70985C

RGB

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

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

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

R = 31.46%
G = 42.7%
B = 25.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#70985C (or 0x70985C) is known color: Asparagus. HEX triplet: 70, 98 and 5C. RGB value is (112,152,92). Sum of RGB (Red+Green+Blue) = 112+152+92=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #70985C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70985C is #8F67A3. Grayscale: #858585. Windows color (decimal): -9398180 or 6068336. OLE color: 6068336.

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

Color convert

RGB 112 152 92 -
CMYK 0.26 0 0.39 0.40
HSL 100º 0.25% 0.48% -
HSV(B) 100º 0.39% 0.6% -
XYZ 19.84 26.67 14.23 -
YUV 133.2 104.75 112.88 -
System Red Green Blue C M Y K H S L
Decimal 112 152 92 0.26 0 0.39 0.40 100 0.25 0.48
Hex 70 98 5C 1A 0 27 28 64 19 30
Octal 160 230 134 32 0 47 50 144 31 60
Binary 1110000 10011000 1011100 11010 0 100111 101000 1100100 11001 110000

Color Harmonies of #70985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70985C

Black with #70985C

Text Example


Text Example

White with #70985C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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