Html Css Color HEX #709C50 Asparagus

📋 copy color: '#709C50'

red 112 ◦ green 156 ◦ blue 80

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

Shades of Asparagus #709C50

Tints of Asparagus #709C50

RGB

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

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

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

R = 32.18%
G = 44.83%
B = 22.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#709C50 (or 0x709C50) is known color: Asparagus. HEX triplet: 70, 9C and 50. RGB value is (112,156,80). Sum of RGB (Red+Green+Blue) = 112+156+80=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 156 - color contains mainly: green. Hex color #709C50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709C50 is #8F63AF. Grayscale: #868686. Windows color (decimal): -9397168 or 5282928. OLE color: 5282928.

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

Color convert

RGB 112 156 80 -
CMYK 0.28 0 0.49 0.39
HSL 94.74º 0.32% 0.46% -
HSV(B) 94.74º 0.49% 0.61% -
XYZ 20.02 27.8 11.9 -
YUV 134.18 97.42 112.18 -
System Red Green Blue C M Y K H S L
Decimal 112 156 80 0.28 0 0.49 0.39 94.74 0.32 0.46
Hex 70 9C 50 1C 0 31 27 5F 20 2E
Octal 160 234 120 34 0 61 47 137 40 56
Binary 1110000 10011100 1010000 11100 0 110001 100111 1011111 100000 101110

Color Harmonies of #709C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709C50

Black with #709C50

Text Example


Text Example

White with #709C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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