Html Css Color HEX #709550 Asparagus

📋 copy color: '#709550'

red 112 ◦ green 149 ◦ blue 80

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

Shades of Asparagus #709550

Tints of Asparagus #709550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.7%

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 32.84%
G = 43.7%
B = 23.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#709550 (or 0x709550) is known color: Asparagus. HEX triplet: 70, 95 and 50. RGB value is (112,149,80). Sum of RGB (Red+Green+Blue) = 112+149+80=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #709550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709550 is #8F6AAF. Grayscale: #828282. Windows color (decimal): -9398960 or 5281136. OLE color: 5281136.

HSL color Cylindrical-coordinate representation of color #709550: hue angle of 92.17º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #709550 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 80 -
CMYK 0.25 0 0.46 0.42
HSL 92.17º 0.3% 0.45% -
HSV(B) 92.17º 0.46% 0.58% -
XYZ 18.88 25.52 11.52 -
YUV 130.07 99.74 115.11 -
System Red Green Blue C M Y K H S L
Decimal 112 149 80 0.25 0 0.46 0.42 92.17 0.3 0.45
Hex 70 95 50 19 0 2E 2A 5C 1E 2D
Octal 160 225 120 31 0 56 52 134 36 55
Binary 1110000 10010101 1010000 11001 0 101110 101010 1011100 11110 101101

Color Harmonies of #709550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709550

Black with #709550

Text Example


Text Example

White with #709550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709550; }

 p { color: rgb(112,149,80); }

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

background-color css

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

 a { background-color: rgb(112,149,80); }

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

border-color css

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

 span { border-color: rgb(112,149,80); }

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