Html Css Color HEX #709A50 Asparagus

📋 copy color: '#709A50'

red 112 ◦ green 154 ◦ blue 80

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

Shades of Asparagus #709A50

Tints of Asparagus #709A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.51%

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

R = 32.37%
G = 44.51%
B = 23.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#709A50 (or 0x709A50) is known color: Asparagus. HEX triplet: 70, 9A and 50. RGB value is (112,154,80). Sum of RGB (Red+Green+Blue) = 112+154+80=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 154 - color contains mainly: green. Hex color #709A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709A50 is #8F65AF. Grayscale: #858585. Windows color (decimal): -9397680 or 5282416. OLE color: 5282416.

HSL color Cylindrical-coordinate representation of color #709A50: hue angle of 94.05º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #709A50 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 154 80 -
CMYK 0.27 0 0.48 0.40
HSL 94.05º 0.32% 0.46% -
HSV(B) 94.05º 0.48% 0.6% -
XYZ 19.69 27.14 11.79 -
YUV 133.01 98.09 113.02 -
System Red Green Blue C M Y K H S L
Decimal 112 154 80 0.27 0 0.48 0.40 94.05 0.32 0.46
Hex 70 9A 50 1B 0 30 28 5E 20 2E
Octal 160 232 120 33 0 60 50 136 40 56
Binary 1110000 10011010 1010000 11011 0 110000 101000 1011110 100000 101110

Color Harmonies of #709A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709A50

Black with #709A50

Text Example


Text Example

White with #709A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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