Html Css Color HEX #709B55 Asparagus

📋 copy color: '#709B55'

red 112 ◦ green 155 ◦ blue 85

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

Shades of Asparagus #709B55

Tints of Asparagus #709B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.15%

R = 31.82%
G = 44.03%
B = 24.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#709B55 (or 0x709B55) is known color: Asparagus. HEX triplet: 70, 9B and 55. RGB value is (112,155,85). Sum of RGB (Red+Green+Blue) = 112+155+85=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #709B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B55 is #8F64AA. Grayscale: #868686. Windows color (decimal): -9397419 or 5610352. OLE color: 5610352.

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

Color convert

RGB 112 155 85 -
CMYK 0.28 0 0.45 0.39
HSL 96.86º 0.29% 0.47% -
HSV(B) 96.86º 0.45% 0.61% -
XYZ 20.04 27.54 12.85 -
YUV 134.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 112 155 85 0.28 0 0.45 0.39 96.86 0.29 0.47
Hex 70 9B 55 1C 0 2D 27 61 1D 2F
Octal 160 233 125 34 0 55 47 141 35 57
Binary 1110000 10011011 1010101 11100 0 101101 100111 1100001 11101 101111

Color Harmonies of #709B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B55

Black with #709B55

Text Example


Text Example

White with #709B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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