Html Css Color HEX #709C5F Asparagus

📋 copy color: '#709C5F'

red 112 ◦ green 156 ◦ blue 95

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

Shades of Asparagus #709C5F

Tints of Asparagus #709C5F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.98%

 BLUE value IS 95 (37.5% from 255) = 26.17%

R = 30.85%
G = 42.98%
B = 26.17%

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

#709C5F (or 0x709C5F) is known color: Asparagus. HEX triplet: 70, 9C and 5F. RGB value is (112,156,95). Sum of RGB (Red+Green+Blue) = 112+156+95=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #709C5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709C5F is #8F63A0. Grayscale: #888888. Windows color (decimal): -9397153 or 6265968. OLE color: 6265968.

HSL color Cylindrical-coordinate representation of color #709C5F: hue angle of 103.28º 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 #709C5F is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 156 95 -
CMYK 0.28 0 0.39 0.39
HSL 103.28º 0.24% 0.49% -
HSV(B) 103.28º 0.39% 0.61% -
XYZ 20.64 28.05 15.15 -
YUV 135.89 104.92 110.96 -
System Red Green Blue C M Y K H S L
Decimal 112 156 95 0.28 0 0.39 0.39 103.28 0.24 0.49
Hex 70 9C 5F 1C 0 27 27 67 18 31
Octal 160 234 137 34 0 47 47 147 30 61
Binary 1110000 10011100 1011111 11100 0 100111 100111 1100111 11000 110001

Color Harmonies of #709C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709C5F

Black with #709C5F

Text Example


Text Example

White with #709C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,156,95); }

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

background-color css

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

 a { background-color: rgb(112,156,95); }

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

border-color css

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

 span { border-color: rgb(112,156,95); }

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