Html Css Color HEX #709B5F Asparagus

📋 copy color: '#709B5F'

red 112 ◦ green 155 ◦ blue 95

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

Shades of Asparagus #709B5F

Tints of Asparagus #709B5F

RGB

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

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

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

R = 30.94%
G = 42.82%
B = 26.24%

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

#709B5F (or 0x709B5F) is known color: Asparagus. HEX triplet: 70, 9B and 5F. RGB value is (112,155,95). Sum of RGB (Red+Green+Blue) = 112+155+95=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 155 - color contains mainly: green. Hex color #709B5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B5F is #8F64A0. Grayscale: #878787. Windows color (decimal): -9397409 or 6265712. OLE color: 6265712.

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

Color convert

RGB 112 155 95 -
CMYK 0.28 0 0.39 0.39
HSL 103º 0.24% 0.49% -
HSV(B) 103º 0.39% 0.61% -
XYZ 20.47 27.71 15.1 -
YUV 135.3 105.25 111.38 -
System Red Green Blue C M Y K H S L
Decimal 112 155 95 0.28 0 0.39 0.39 103 0.24 0.49
Hex 70 9B 5F 1C 0 27 27 67 18 31
Octal 160 233 137 34 0 47 47 147 30 61
Binary 1110000 10011011 1011111 11100 0 100111 100111 1100111 11000 110001

Color Harmonies of #709B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B5F

Black with #709B5F

Text Example


Text Example

White with #709B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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