Html Css Color HEX #709B5E Asparagus

📋 copy color: '#709B5E'

red 112 ◦ green 155 ◦ blue 94

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

Shades of Asparagus #709B5E

Tints of Asparagus #709B5E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.94%

 BLUE value IS 94 (37.11% from 255) = 26.04%

R = 31.02%
G = 42.94%
B = 26.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#709B5E (or 0x709B5E) is known color: Asparagus. HEX triplet: 70, 9B and 5E. RGB value is (112,155,94). Sum of RGB (Red+Green+Blue) = 112+155+94=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #709B5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B5E is #8F64A1. Grayscale: #878787. Windows color (decimal): -9397410 or 6200176. OLE color: 6200176.

HSL color Cylindrical-coordinate representation of color #709B5E: hue angle of 102.3º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #709B5E is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 155 94 -
CMYK 0.28 0 0.39 0.39
HSL 102.3º 0.24% 0.49% -
HSV(B) 102.3º 0.39% 0.61% -
XYZ 20.42 27.7 14.86 -
YUV 135.19 104.75 111.46 -
System Red Green Blue C M Y K H S L
Decimal 112 155 94 0.28 0 0.39 0.39 102.3 0.24 0.49
Hex 70 9B 5E 1C 0 27 27 66 18 31
Octal 160 233 136 34 0 47 47 146 30 61
Binary 1110000 10011011 1011110 11100 0 100111 100111 1100110 11000 110001

Color Harmonies of #709B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B5E

Black with #709B5E

Text Example


Text Example

White with #709B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709B5E; }

 p { color: rgb(112,155,94); }

 H1.HeaderClassName
 {
   color: #709B5E;
 }
 .AnyTagClassName
 {
   color: #709B5E;
 }
</style>

background-color css

<style>
 a { background-color: #709B5E; }

 a { background-color: rgb(112,155,94); }

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

border-color css

<style>
 span { border-color: #709B5E; }

 span { border-color: rgb(112,155,94); }

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